Skip to content

Commit

Permalink
chore: Update all runners to arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Jan 22, 2025
1 parent b3a4ca0 commit f15516a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyse-nextjs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
analyse-release:
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
name: Check for relevant Next.js core changes
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/milestone-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
update_milestones:
name: Update Milestones
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
if: github.event.pull_request.merged == true

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
github.event.review.state == 'APPROVED' ||
contains(github.event.pull_request.author_association, 'MEMBER') ||
contains(github.event.pull_request.labels.*.name, 'deploy:preview')
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
outputs:
enable: ${{ steps.check-for-changes.outputs.enable }}
steps:
Expand All @@ -33,7 +33,7 @@ jobs:
name: Deploy to pkg.pr.new
needs: check-changes
if: needs.check-changes.outputs.enable == 'true'
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-base-enforcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
prevent-pr-targetting-master:
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Post comment to update base branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ship-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
ship-it:
name: Ship it
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
snapshot:
name: Deployment
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
permissions:
id-token: write # to enable use of OIDC for NPM provenance
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-against-nextjs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
test_against_nextjs_release:
name: CI (next@${{ inputs.version }}${{ matrix.base-path && ' basePath' || ''}}${{ matrix.react-compiler && ' ⚛️⚡️' || ''}})
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

invalidate-isr-cache:
name: Invalidate ISR cache
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
needs: test_against_nextjs_release
if: ${{ always() }}
steps:
Expand Down

0 comments on commit f15516a

Please sign in to comment.