Skip to content

Commit

Permalink
Create a runs-on config for the organization
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM authored Jan 9, 2025
1 parent 351ab72 commit c01b4c9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/runs-on.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
runners:
# https://runs-on.com/features/custom-runners/
# https://aws.amazon.com/ec2/instance-types/
small:
cpu: 2
ram: 4
family: ["c7i", "c7i-flex", "c7a"]
hdd: 40
image: ubuntu24-full-arm64
spot: lowest-price
ssh: false

0 comments on commit c01b4c9

Please sign in to comment.