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