16
16
jobs :
17
17
lint :
18
18
name : Linting
19
- runs-on : ubuntu-24 .04
19
+ runs-on : ubuntu-22 .04-arm
20
20
steps :
21
21
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
22
22
- uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2
45
45
46
46
ci-core :
47
47
name : CI (core)
48
- runs-on : ubuntu-24 .04
48
+ runs-on : ubuntu-22 .04-arm
49
49
steps :
50
50
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
51
51
- uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2
67
67
# update the required checks in GitHub
68
68
# branch protection settings for `next`.
69
69
name : E2E (next@${{ matrix.next-version }}${{ matrix.base-path && ' basePath' || ''}})
70
- runs-on : ubuntu-24 .04
70
+ runs-on : ubuntu-22 .04-arm
71
71
needs : [ci-core]
72
72
strategy :
73
73
fail-fast : false
@@ -122,7 +122,7 @@ jobs:
122
122
123
123
e2e-react :
124
124
name : E2E (react)
125
- runs-on : ubuntu-24 .04
125
+ runs-on : ubuntu-22 .04-arm
126
126
needs : [ci-core]
127
127
steps :
128
128
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -156,7 +156,7 @@ jobs:
156
156
157
157
e2e-react-router :
158
158
name : E2E (react-router ${{ matrix.react-router-version }})
159
- runs-on : ubuntu-24 .04
159
+ runs-on : ubuntu-22 .04-arm
160
160
needs : [ci-core]
161
161
strategy :
162
162
fail-fast : false
@@ -196,7 +196,7 @@ jobs:
196
196
197
197
e2e-remix :
198
198
name : E2E (remix)
199
- runs-on : ubuntu-24 .04
199
+ runs-on : ubuntu-22 .04-arm
200
200
needs : [ci-core]
201
201
steps :
202
202
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -230,7 +230,7 @@ jobs:
230
230
231
231
ci-notify :
232
232
name : Notify on Slack
233
- runs-on : ubuntu-24 .04
233
+ runs-on : ubuntu-22 .04-arm
234
234
needs :
235
235
- lint
236
236
- ci-core
@@ -248,7 +248,7 @@ jobs:
248
248
249
249
cd :
250
250
name : Deployment
251
- runs-on : ubuntu-24 .04
251
+ runs-on : ubuntu-22 .04-arm
252
252
permissions :
253
253
contents : write # to be able to publish a GitHub release
254
254
issues : write # to be able to comment on released issues
0 commit comments