Skip to content

Commit

Permalink
Update ci.yml to test latest stable release (#80)
Browse files Browse the repository at this point in the history
* Update ci.yml to test latest stable release

* Update ci.yml
  • Loading branch information
ViralBShah authored Feb 29, 2024
1 parent a633393 commit c358356
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,34 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.9'
- 'nightly'
- '1' # Current stable version
os:
- ubuntu-latest
- macOS-latest
- windows-latest
- macOS-latest
arch:
- x64
- x86
exclude:
- os: macOS-latest
include:
- os: macOS-14
arch: aarch64
version: '1'
- os: ubuntu-latest
arch: x86
version: '1'
- os: ubuntu-latest
arch: x64
version: '1.6'
- os: ubuntu-latest
arch: x64
version: 'nightly'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v1
- uses: actions/cache@v4
env:
cache-name: cache-artifacts
with:
Expand Down

0 comments on commit c358356

Please sign in to comment.