Skip to content

Commit

Permalink
chore: Enable all jobs on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 authored Jan 18, 2025
1 parent 231e1f2 commit dbf32b1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
ci-core:
name: CI (core)
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2
Expand All @@ -67,7 +67,7 @@ jobs:
# update the required checks in GitHub
# branch protection settings for `next`.
name: E2E (next@${{ matrix.next-version }}${{ matrix.base-path && ' basePath' || ''}})
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
needs: [ci-core]
strategy:
fail-fast: false
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:

e2e-react:
name: E2E (react)
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
needs: [ci-core]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:

e2e-react-router:
name: E2E (react-router ${{ matrix.react-router-version }})
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
needs: [ci-core]
strategy:
fail-fast: false
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:

e2e-remix:
name: E2E (remix)
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
needs: [ci-core]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:

ci-notify:
name: Notify on Slack
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
needs:
- lint
- ci-core
Expand All @@ -248,7 +248,7 @@ jobs:

cd:
name: Deployment
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
Expand Down

0 comments on commit dbf32b1

Please sign in to comment.