Skip to content

Commit f7fc032

Browse files
committed
ci: use default arch
1 parent 8ba30d2 commit f7fc032

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,12 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- "1.0" # LTS
17-
- "1" # Latest Release
16+
- "lts"
17+
- "1" # Latest Release
1818
os:
1919
- ubuntu-latest
20-
- macOS-latest
20+
- macOS-latest # Apple silicon
2121
- 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
2922
steps:
3023
- uses: actions/checkout@v4
3124
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)