Skip to content

Commit

Permalink
Update ci.yml for aarch64 mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Oct 3, 2024
1 parent 17b6ca0 commit 7b37fd5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ jobs:
- '1.9' # minimal declared julia compat in `Project.toml`
experimental:
- false
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest]
arch: [x64]
include:
- os: macOS-latest
arch: aarch64
version: '1'
- os: ubuntu-latest
experimental: true
version: 'pre' # upcoming julia version (`alpha`, `beta` or `rc`)
Expand Down

0 comments on commit 7b37fd5

Please sign in to comment.