Skip to content

Commit

Permalink
Merge pull request #143 from JuliaGeodynamics/aelligp-patch-2
Browse files Browse the repository at this point in the history
Update CI.yml
  • Loading branch information
aelligp authored Oct 17, 2024
2 parents 800d184 + 8ccbd70 commit a742627
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 a742627

Please sign in to comment.