Skip to content

Commit 5f7a09a

Browse files
committed
ci: test with default arch
1 parent bdf69d5 commit 5f7a09a

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,13 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- "1.0" # LTS
17-
- "1" # Latest Release
16+
- "lts"
17+
- "1" # Latest Release
18+
- "nightly"
1819
os:
1920
- ubuntu-latest
20-
- macOS-latest
21+
- macOS-latest # Apple silicon
2122
- windows-latest
22-
arch:
23-
- x86
24-
- x64
25-
exclude:
26-
# 32-bit Julia binaries are not available on macOS
27-
- os: macOS-latest
28-
arch: x86
2923
steps:
3024
- uses: actions/checkout@v4
3125
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)