File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions: read-all
1212jobs :
1313 pre-commit :
1414 name : Pre commit checks
15- runs-on : ubuntu-24.04
15+ runs-on : ubuntu-24.04-arm
1616 timeout-minutes : 5
1717 steps :
1818 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323
2424 unit-test :
2525 name : Unit test
26- runs-on : ubuntu-24.04
26+ runs-on : ubuntu-24.04-arm
2727 timeout-minutes : 5
2828 permissions :
2929 id-token : write
4040
4141 type-test :
4242 name : Static type check
43- runs-on : ubuntu-24.04
43+ runs-on : ubuntu-24.04-arm
4444 timeout-minutes : 5
4545 steps :
4646 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5353
5454 lint :
5555 name : Lint
56- runs-on : ubuntu-24.04
56+ runs-on : ubuntu-24.04-arm
5757 timeout-minutes : 5
5858 steps :
5959 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
You can’t perform that action at this time.
0 commit comments