File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 lint :
1414 name : Static code analysis
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-24.04-arm
1616
1717 steps :
1818 - name : Checkout
2626
2727 typescript :
2828 name : Type checking
29- runs-on : ubuntu-latest
29+ runs-on : ubuntu-24.04-arm
3030
3131 steps :
3232 - name : Checkout
5858
5959 format :
6060 name : Formatting
61- runs-on : ubuntu-latest
61+ runs-on : ubuntu-24.04-arm
6262
6363 steps :
6464 - name : Checkout
7272
7373 unit :
7474 name : Unit tests
75- runs-on : ubuntu-latest
75+ runs-on : ubuntu-24.04-arm
7676
7777 steps :
7878 - name : Checkout
Original file line number Diff line number Diff line change 88jobs :
99 close-issues :
1010 name : Close stale issues
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-24.04-arm
1212
1313 steps :
1414 - name : Close stale issues
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313jobs :
1414 publish :
1515 name : Publish
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-24.04-arm
1717
1818 steps :
1919 - name : Checkout
You can’t perform that action at this time.
0 commit comments