File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898compression-level : 0
9999test-tarball-linux :
100100needs : build-tarball
101- runs-on : ubuntu-24.04
101+ runs-on : ubuntu-24.04-arm
102102env :
103103CC : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang-19
104104CXX : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang++-19
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ permissions:
4848jobs :
4949coverage-linux :
5050if : github.event.pull_request.draft == false
51- runs-on : ubuntu-24.04
51+ runs-on : ubuntu-24.04-arm
5252steps :
5353 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5454with :
Original file line number Diff line number Diff line change 3636matrix :
3737node-version : ${{ fromJSON(needs.collect-versions.outputs.matrix) }}
3838fail-fast : false
39- runs-on : ubuntu-latest
39+ runs-on : ubuntu-24.04-arm
4040steps :
4141 - name : Set up Python ${{ env.PYTHON_VERSION }}
4242uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
1515build-lto :
16- runs-on : ubuntu-24.04
16+ runs-on : ubuntu-24.04-arm
1717steps :
1818 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919with :
Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ jobs:
226226lint-codeowners :
227227if : github.event.pull_request.draft == false
228228# cannot use ubuntu-slim here because mszostok/codeowners-validator is dockerized
229+ # cannot use ubuntu-24.04-arm here because the docker image is x86 only
229230runs-on : ubuntu-latest
230231steps :
231232 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Original file line number Diff line number Diff line change 1212name : Notify on Force Push on `main`
1313if : github.repository == 'nodejs/node' && github.event.forced
1414# cannot use ubuntu-slim here because rtCamp/action-slack-notify is dockerized
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-24.04-arm
1616steps :
1717 - name : Slack Notification
1818uses : rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # 2.3.3
3232name : Notify on Push on `main` with invalid message
3333if : github.repository == 'nodejs/node'
3434# cannot use ubuntu-slim here because rtCamp/action-slack-notify is dockerized
35- runs-on : ubuntu-latest
35+ runs-on : ubuntu-24.04-arm
3636steps :
3737 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3838with :
Original file line number Diff line number Diff line change 1313name : Notify on Review Wanted
1414if : github.repository == 'nodejs/node' && github.event.label.name == 'review wanted'
1515# cannot use ubuntu-slim here because rtCamp/action-slack-notify is dockerized
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-24.04-arm
1717steps :
1818 - name : Determine PR or Issue
1919id : define-message
Original file line number Diff line number Diff line change 2222analysis :
2323name : Scorecard analysis
2424# cannot use ubuntu-slim here because ossf/scorecard-action is dockerized
25- runs-on : ubuntu-latest
25+ runs-on : ubuntu-24.04-arm
2626permissions :
2727# Needed to upload the results to code-scanning dashboard.
2828security-events : write
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ permissions:
4545jobs :
4646test-internet :
4747if : github.event_name == 'schedule' && github.repository == 'nodejs/node' || github.event.pull_request.draft == false
48- runs-on : ubuntu-24.04
48+ runs-on : ubuntu-24.04-arm
4949steps :
5050 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151with :
You can’t perform that action at this time.
0 commit comments