Skip to content

Commit d5de00d

Browse files
committed
CI: exclude x86 in macOS
1 parent e28901d commit d5de00d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
arch:
3434
- x86
3535
- x64
36+
exclude:
37+
- os: macOS-latest
38+
arch: x86
39+
3640
steps:
3741
- uses: actions/checkout@v3
3842
- uses: julia-actions/setup-julia@v1

0 commit comments

Comments
 (0)