Skip to content

Commit abede16

Browse files
committed
update ci arch
1 parent 800dd67 commit abede16

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ jobs:
2626
- windows-latest
2727
- macos-latest
2828
arch:
29-
- x64
29+
- 'default'
30+
- 'x86'
31+
exclude:
32+
- os: macos-latest
33+
arch: x86
3034
steps:
3135
- uses: actions/checkout@v6
3236
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)