Skip to content

Commit

Permalink
Merge pull request #365 from JuliaLinearAlgebra/ViralBShah-patch-1
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
ViralBShah authored Aug 3, 2024
2 parents 4322bfd + f698062 commit 1770c31
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,23 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- 'lts'
- '1'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
include:
- os: macOS-latest
version: '1'
arch: aarch64
- os: ubuntu-latest
version: 'nightly'
arch: x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 1770c31

Please sign in to comment.