Skip to content

Commit 80a33f1

Browse files
authored
Update ci.yml
1 parent fea4b3c commit 80a33f1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,18 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.9'
1413
- '1.10'
15-
- 'nightly'
14+
- 'pre'
1615
os:
1716
- ubuntu-latest
17+
- macos-latest
18+
- windows-latest
1819
arch:
1920
- x64
21+
- x86
22+
exclude:
23+
- os: macos-latest
24+
arch: x86
2025
steps:
2126
- uses: actions/checkout@v4
2227
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)