Skip to content

Commit 0eddf81

Browse files
committed
Update CI
1 parent a622587 commit 0eddf81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,17 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1'
2221
- '1.8'
22+
- '1'
2323
os:
2424
- ubuntu-latest
2525
- macos-latest
2626
- windows-latest
2727
arch:
2828
- x64
2929
- x86
30+
exclude:
31+
- {os: 'macOS-latest', arch: 'x86'}
3032
steps:
3133
- uses: actions/checkout@v3
3234
- uses: julia-actions/setup-julia@v1

0 commit comments

Comments
 (0)