File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111jobs :
1212 check :
1313 name : " Test & Release"
14- runs-on : blacksmith-2vcpu-ubuntu-2404
14+ runs-on : blacksmith-2vcpu-ubuntu-2404-arm # arm is half the price
1515 steps :
1616 - uses : actions/checkout@v5
1717
Original file line number Diff line number Diff line change 66jobs :
77 lint :
88 name : Runs static checks
9- runs-on : blacksmith-2vcpu-ubuntu-2404-arm # arm is cheaper than x64
9+ runs-on : blacksmith-2vcpu-ubuntu-2404-arm # arm is half the price
1010 steps :
1111 - uses : actions/checkout@v5
1212 - uses : mlugg/setup-zig@v2
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212
1313jobs :
1414 overseer :
15- runs-on : blacksmith-2vcpu-ubuntu-2404
15+ runs-on : blacksmith-2vcpu-ubuntu-2404-arm # arm is half the price
1616 steps :
1717 - uses : actions/checkout@v5
1818 - uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 1111
1212 # Converting a git tag into a stub of an immutable release
1313 release :
14- runs-on : blacksmith-2vcpu-ubuntu-2404
14+ runs-on : blacksmith-2vcpu-ubuntu-2404-arm # arm is half the price
1515 needs : [build]
1616 permissions :
1717 contents : write # for releases API
You can’t perform that action at this time.
0 commit comments