Skip to content

Commit 7357aaa

Browse files
authored
Update CI.yml
1 parent 9a69c27 commit 7357aaa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,19 @@ jobs:
1515
- 'pre'
1616
os:
1717
- ubuntu-latest
18-
- windows-latest
1918
arch:
2019
- x64
2120
include:
2221
- os: macOS-14
2322
arch: aarch64
2423
version: '1'
24+
- os: ubuntu-latest
25+
arch: x86
26+
version: '1'
27+
- os: windows-latest
28+
arch: x64
29+
version: '1'
30+
2531
steps:
2632
- uses: actions/checkout@v4
2733
- uses: julia-actions/setup-julia@latest

0 commit comments

Comments
 (0)