Skip to content

Commit e577b35

Browse files
committed
Run macOS tests on ARM
1 parent 10fa354 commit e577b35

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,16 @@ jobs:
3131
os:
3232
- ubuntu-latest
3333
- macOS-latest
34-
arch:
35-
- x64
36-
- x86
34+
include:
35+
- os: ubuntu-latest
36+
arch: x86
37+
- os: ubuntu-latest
38+
arch: x64
39+
- os: macOS-latest
40+
arch: arm64
3741
exclude:
3842
- os: macOS-latest
39-
arch: x86
43+
version: min
4044
steps:
4145
- uses: actions/checkout@v6
4246
- uses: julia-actions/setup-julia@v3

0 commit comments

Comments
 (0)