Skip to content

Commit a16c8f9

Browse files
committed
fixup! Run macOS tests on ARM
1 parent e577b35 commit a16c8f9

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,11 @@ jobs:
2828
- 'min' # earliest supported
2929
- '1' # latest release
3030
- 'nightly'
31-
os:
32-
- ubuntu-latest
33-
- macOS-latest
31+
os: ubuntu-latest
32+
arch: [ 'x86', 'x64' ]
3433
include:
35-
- os: ubuntu-latest
36-
arch: x86
37-
- os: ubuntu-latest
38-
arch: x64
39-
- os: macOS-latest
40-
arch: arm64
41-
exclude:
42-
- os: macOS-latest
43-
version: min
34+
- { os: macOS-latest, arch: arm64, version: '1' }
35+
- { os: macOS-latest, arch: arm64, version: 'nightly' }
4436
steps:
4537
- uses: actions/checkout@v6
4638
- uses: julia-actions/setup-julia@v3

0 commit comments

Comments
 (0)