Skip to content

Commit a622587

Browse files
committed
Add 32-bit architectures and all OSes
1 parent 3c6bb6f commit a622587

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ jobs:
2222
- '1.8'
2323
os:
2424
- ubuntu-latest
25+
- macos-latest
26+
- windows-latest
2527
arch:
2628
- x64
29+
- x86
2730
steps:
2831
- uses: actions/checkout@v3
2932
- uses: julia-actions/setup-julia@v1

0 commit comments

Comments
 (0)