Skip to content

Commit 19492fa

Browse files
ericphansonbarucden
authored andcommitted
Exclude 32-bit macos from CI
1 parent 8cc780f commit 19492fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
arch:
2929
- x64
3030
- x86
31+
exclude:
32+
- os: macos-latest
33+
arch: x86
3134
steps:
3235
- uses: actions/checkout@v4
3336
- uses: julia-actions/setup-julia@v1

0 commit comments

Comments
 (0)