Skip to content

Commit 1aa96dd

Browse files
authored
chore: Run CI & downstreams on ARM linux (#923)
1 parent 43baf46 commit 1aa96dd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,13 @@ jobs:
172172
173173
linux-ci:
174174
if: github.repository == 'smithy-lang/smithy-swift' || github.event_name == 'pull_request'
175-
runs-on: ubuntu-latest
175+
runs-on: ${{ matrix.runner }}
176176
strategy:
177177
fail-fast: false
178178
matrix:
179+
runner:
180+
- ubuntu-24.04
181+
- ubuntu-24.04-arm
179182
swift:
180183
- 5.9-focal
181184
- 6.0-jammy
@@ -202,10 +205,13 @@ jobs:
202205

203206
linux-downstream:
204207
if: github.repository == 'smithy-lang/smithy-swift' || github.event_name == 'pull_request'
205-
runs-on: ubuntu-latest
208+
runs-on: ${{ matrix.runner }}
206209
strategy:
207210
fail-fast: false
208211
matrix:
212+
runner:
213+
- ubuntu-24.04
214+
- ubuntu-24.04-arm
209215
swift:
210216
- 5.9-focal
211217
- 6.0-jammy

0 commit comments

Comments
 (0)