Skip to content

Commit 8bbf404

Browse files
authored
Update CI workflow to change Julia version matrix
1 parent b297c6c commit 8bbf404

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,18 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- '1.0'
16+
- 'min'
1717
- '1'
18-
- 'nightly'
1918
os:
2019
- ubuntu-latest
21-
- macos-latest # Apple silicon
20+
- macos-15-intel
2221
- windows-latest
2322
exclude:
2423
- os: macos-latest
2524
version: '1.0'
2625
include:
27-
- os: macos-13 # Intel
28-
version: '1.0'
26+
- os: macos-latest # Apple Silicon
27+
version: '1'
2928
steps:
3029
- uses: actions/checkout@v4
3130
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)