Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Nov 15, 2024
1 parent 9e7ac2e commit bce7f90
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@ jobs:
fail-fast: false
matrix:
version:
- '1.5'
- '1.6'
#- 'nightly'
- '1'
- 'min'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
steps:
include:
- os: macOS-latest
arch: aarch64
version: 1

steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
Expand Down Expand Up @@ -70,4 +74,4 @@ jobs:
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# parallel-finished: true
# parallel-finished: true

0 comments on commit bce7f90

Please sign in to comment.