Skip to content

Commit

Permalink
feat: generalize CI for linux on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrimmer authored Sep 11, 2024
1 parent 584ba83 commit a9e290b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ jobs:
- windows-latest
arch:
- x64
include:
- arm64
exclude:
- os: macOS-latest
arch: arm64
version: '1.10'
version: '1.6'
- os: windows-latest
arch: arm64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit a9e290b

Please sign in to comment.