File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments