Skip to content

Commit a742627

Browse files
authored
Merge pull request #143 from JuliaGeodynamics/aelligp-patch-2
Update CI.yml
2 parents 800d184 + 8ccbd70 commit a742627

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/CI.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,23 @@ jobs:
2626
- 'nightly'
2727
os:
2828
- ubuntu-latest
29-
- macOS-latest
30-
- macos-14
29+
- macos-13
3130
- windows-latest
3231
arch:
3332
- x64
33+
include:
34+
- os: macOS-latest
35+
arch: aarch64
36+
version: '1.9'
37+
- os: macOS-latest
38+
arch: aarch64
39+
version: '1.10'
40+
- os: macOS-latest
41+
arch: aarch64
42+
version: '1.11'
43+
- os: macOS-latest
44+
arch: aarch64
45+
version: 'nightly'
3446
steps:
3547
- uses: actions/checkout@v4
3648
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)