Skip to content

Commit 6b59799

Browse files
committed
Specify architecture for emulator in CI
1 parent 4583d15 commit 6b59799

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32+
- os: 'macos-26'
33+
swift: '6.2'
34+
arch: 'arm64-v8a'
3235
- os: 'macos-13'
3336
swift: '6.1'
3437
arch: 'x86_64'
3538
- os: 'macos-13'
3639
swift: '6.2'
3740
arch: 'x86_64'
38-
- os: 'macos-26'
39-
swift: '6.2'
40-
arch: 'arm64-v8a'
4141
runs-on: ${{ matrix.os }}
4242
timeout-minutes: 30
4343
steps:

0 commit comments

Comments
 (0)