Skip to content

Commit fa62a71

Browse files
committed
Run CI on x86 and and arm64 as well
1 parent e6cfbda commit fa62a71

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/CI.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,21 @@ jobs:
2626
- macOS-latest
2727
- windows-latest
2828
arch:
29-
- default
29+
- x64
30+
- x86
31+
exclude:
32+
- os: macOS-latest
33+
arch: x86
34+
include:
35+
- os: macos-latest
36+
arch: aarch64
37+
version: 'lts'
38+
- os: macos-latest
39+
arch: aarch64
40+
version: '1'
41+
- os: macos-latest
42+
arch: aarch64
43+
version: 'pre'
3044
steps:
3145
- uses: actions/checkout@v6
3246
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)