Skip to content

Commit

Permalink
Merge pull request #224 from JuliaGeodynamics/aelligp-patch-1
Browse files Browse the repository at this point in the history
Update blank.yml
  • Loading branch information
aelligp authored Oct 17, 2024
2 parents 7572cfc + b25c090 commit 746ea96
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,29 @@ jobs:
fail-fast: false
matrix:
version:
- '1.7'
- '1.9'
- '1.10'
- '1.11'
- 'nightly'
os:
- ubuntu-latest
- macOS-latest
- 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 746ea96

Please sign in to comment.