Skip to content

Commit 6d0ea57

Browse files
committed
update CI
1 parent 4cf33a7 commit 6d0ea57

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/UnitTests.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
julia-version:
16-
- '1.0'
17-
- '1.5'
1816
- '1.6' # LTS
19-
- '1'
20-
julia-arch: [x64, x86]
17+
- '1.10'
18+
julia-arch: [x64, x86, arm64]
2119
os: [ubuntu-latest, windows-latest, macOS-latest]
2220
exclude:
2321
- os: macOS-latest
24-
julia-arch: x86
22+
julia-arch: arm64
2523
experimental: [false]
2624
include:
2725
- julia-version: nightly

0 commit comments

Comments
 (0)