| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -47,7 +47,7 @@ jobs: | |||
| 47 | 47 | coverage-linux: | |
| 48 | 48 | # Disabled because "Report JS" step was crashing. | |
| 49 | 49 | if: false | |
| 50 | - runs-on: ubuntu-24.04 | ||
| 50 | + runs-on: ubuntu-24.04-arm | ||
| 51 | 51 | steps: | |
| 52 | 52 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| 53 | 53 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ jobs: | |||
| 36 | 36 | matrix: | |
| 37 | 37 | node-version: ${{ fromJSON(needs.collect-versions.outputs.matrix) }} | |
| 38 | 38 | fail-fast: false | |
| 39 | - runs-on: ubuntu-latest | ||
| 39 | + runs-on: ubuntu-24.04-arm | ||
| 40 | 40 | steps: | |
| 41 | 41 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| 42 | 42 | uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ permissions: | |||
| 13 | 13 | ||
| 14 | 14 | jobs: | |
| 15 | 15 | build-lto: | |
| 16 | - runs-on: ubuntu-24.04 | ||
| 16 | + runs-on: ubuntu-24.04-arm | ||
| 17 | 17 | steps: | |
| 18 | 18 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| 19 | 19 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -162,6 +162,7 @@ jobs: | |||
| 162 | 162 | lint-codeowners: | |
| 163 | 163 | if: github.event.pull_request.draft == false | |
| 164 | 164 | # cannot use ubuntu-slim here because mszostok/codeowners-validator is dockerized | |
| 165 | + # cannot use ubuntu-24.04-arm here because the docker image is x86 only | ||
| 165 | 166 | runs-on: ubuntu-latest | |
| 166 | 167 | steps: | |
| 167 | 168 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,8 @@ jobs: | |||
| 11 | 11 | notifyOnForcePush: | |
| 12 | 12 | name: Notify on Force Push on `main` | |
| 13 | 13 | if: github.repository == 'nodejs/node' && github.event.forced | |
| 14 | - runs-on: ubuntu-latest | ||
| 14 | + # cannot use ubuntu-slim here because rtCamp/action-slack-notify is dockerized | ||
| 15 | + runs-on: ubuntu-24.04-arm | ||
| 15 | 16 | steps: | |
| 16 | 17 | - name: Slack Notification | |
| 17 | 18 | uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # 2.3.3 | |
@@ -30,9 +31,10 @@ jobs: | |||
| 30 | 31 | notifyOnMissingMetadata: | |
| 31 | 32 | name: Notify on Push on `main` that lacks metadata | |
| 32 | 33 | if: github.repository == 'nodejs/node' | |
| 33 | - runs-on: ubuntu-latest | ||
| 34 | 34 | permissions: | |
| 35 | 35 | pull-requests: write | |
| 36 | + # cannot use ubuntu-slim here because rtCamp/action-slack-notify is dockerized | ||
| 37 | + runs-on: ubuntu-24.04-arm | ||
| 36 | 38 | steps: | |
| 37 | 39 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| 38 | 40 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ jobs: | |||
| 13 | 13 | name: Notify on Review Wanted | |
| 14 | 14 | if: github.repository == 'nodejs/node' && github.event.label.name == 'review wanted' | |
| 15 | 15 | # cannot use ubuntu-slim here because rtCamp/action-slack-notify is dockerized | |
| 16 | - runs-on: ubuntu-latest | ||
| 16 | + runs-on: ubuntu-24.04-arm | ||
| 17 | 17 | steps: | |
| 18 | 18 | - name: Determine PR or Issue | |
| 19 | 19 | id: define-message | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ jobs: | |||
| 22 | 22 | analysis: | |
| 23 | 23 | name: Scorecard analysis | |
| 24 | 24 | # cannot use ubuntu-slim here because ossf/scorecard-action is dockerized | |
| 25 | - runs-on: ubuntu-latest | ||
| 25 | + runs-on: ubuntu-24.04-arm | ||
| 26 | 26 | permissions: | |
| 27 | 27 | # Needed to upload the results to code-scanning dashboard. | |
| 28 | 28 | security-events: write | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,7 +42,7 @@ permissions: | |||
| 42 | 42 | jobs: | |
| 43 | 43 | test-internet: | |
| 44 | 44 | if: github.repository == 'nodejs/node' || github.event_name != 'schedule' | |
| 45 | - runs-on: ubuntu-24.04 | ||
| 45 | + runs-on: ubuntu-24.04-arm | ||
| 46 | 46 | steps: | |
| 47 | 47 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| 48 | 48 | with: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments