Skip to content

Commit 1770c31

Browse files
authored
Merge pull request #365 from JuliaLinearAlgebra/ViralBShah-patch-1
Update ci.yml
2 parents 4322bfd + f698062 commit 1770c31

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,23 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.6'
21+
- 'lts'
2222
- '1'
2323
os:
2424
- ubuntu-latest
25-
- macOS-latest
2625
- windows-latest
2726
arch:
2827
- x64
2928
include:
29+
- os: macOS-latest
30+
version: '1'
31+
arch: aarch64
3032
- os: ubuntu-latest
3133
version: 'nightly'
3234
arch: x64
3335
steps:
3436
- uses: actions/checkout@v4
35-
- uses: julia-actions/setup-julia@v1
37+
- uses: julia-actions/setup-julia@v2
3638
with:
3739
version: ${{ matrix.version }}
3840
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)