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 1111 NODE_OPTIONS : --max_old_space_size=10240
1212jobs :
1313 check :
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-24.04-arm
1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Setup node@23
Original file line number Diff line number Diff line change 2727 # - https://gh.io/supported-runners-and-hardware-resources
2828 # - https://gh.io/using-larger-runners (GitHub.com only)
2929 # Consider using larger runners or machines with greater resources for possible analysis time improvements.
30- runs-on : ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest ' }}
30+ runs-on : ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-24.04-arm ' }}
3131 timeout-minutes : ${{ (matrix.language == 'swift' && 120) || 360 }}
3232 permissions :
3333 # required for all workflows
Original file line number Diff line number Diff line change 1717jobs :
1818 publish :
1919 name : Publish
20- runs-on : ubuntu-latest
20+ runs-on : ubuntu-24.04-arm
2121 permissions :
2222 contents : read
2323 id-token : write
Original file line number Diff line number Diff line change 1111 NODE_OPTIONS : --max_old_space_size=102400
1212jobs :
1313 test :
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-24.04-arm
1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Setup node@23
You can’t perform that action at this time.
0 commit comments