Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aelligp authored Oct 17, 2024
1 parent 800d184 commit 8ccbd70
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,23 @@ jobs:
- 'nightly'
os:
- ubuntu-latest
- macOS-latest
- macos-14
- macos-13
- windows-latest
arch:
- x64
include:
- os: macOS-latest
arch: aarch64
version: '1.9'
- os: macOS-latest
arch: aarch64
version: '1.10'
- os: macOS-latest
arch: aarch64
version: '1.11'
- os: macOS-latest
arch: aarch64
version: 'nightly'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 8ccbd70

Please sign in to comment.