Skip to content

Commit 9558f51

Browse files
committed
adding aarch64 to CI
1 parent 3ae45f7 commit 9558f51

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/ci.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,22 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
version:
25-
- '1.10' # LTS
25+
# - '1.10' # LTS
2626
- '1' # Current stable release
27-
- '~1.11.0-0'
28-
- 'nightly'
27+
# - '~1.11.0-0'
28+
# - 'nightly'
2929
os:
3030
- ubuntu-latest
3131
- macOS-latest
3232
- windows-latest
3333
arch:
3434
- x64
35+
- aarch64
36+
exclude:
37+
- os: ubuntu-latest
38+
arch: aarch64
39+
- os: windows-latest
40+
arch: aarch64
3541
steps:
3642
- uses: actions/checkout@v4
3743
- uses: julia-actions/setup-julia@latest

0 commit comments

Comments
 (0)