We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fa354 commit e577b35Copy full SHA for e577b35
1 file changed
.github/workflows/CI.yml
@@ -31,12 +31,16 @@ jobs:
31
os:
32
- ubuntu-latest
33
- macOS-latest
34
- arch:
35
- - x64
36
- - x86
+ include:
+ - os: ubuntu-latest
+ arch: x86
37
38
+ arch: x64
39
+ - os: macOS-latest
40
+ arch: arm64
41
exclude:
42
- os: macOS-latest
- arch: x86
43
+ version: min
44
steps:
45
- uses: actions/checkout@v6
46
- uses: julia-actions/setup-julia@v3
0 commit comments