Skip to content

Commit

Permalink
Update ci.yml (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Oct 17, 2024
1 parent de0728c commit 92be507
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,21 @@ jobs:
fail-fast: false
matrix:
version:
- "1.3"
- "1"
- "nightly"
- '1.6'
- '1'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
include:
- os: macOS-13
arch: x64
version: 1
- os: macOS-latest
arch: aarch64
version: 1

steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 92be507

Please sign in to comment.