Skip to content

Commit 31f010c

Browse files
authored
Modify CI workflow for Julia version updates (#8)
Updated CI workflow to use newer Julia versions and actions.
1 parent e4606e0 commit 31f010c

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

.github/workflows/CI.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,18 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
version:
19-
- 'lts'
19+
- '1.10'
2020
- '1'
21+
- 'pre'
2122
- 'nightly'
2223
os:
2324
- ubuntu-latest
2425
- windows-latest
25-
- macOS-13
26+
- macOS-latest
2627
arch:
27-
- x64
28-
include:
29-
- os: macOS-14
30-
version: '1.10'
31-
arch: aarch64
32-
- os: macOS-14
33-
version: '1.11'
34-
arch: aarch64
28+
- 'default'
3529
steps:
36-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3731
- uses: julia-actions/setup-julia@v2
3832
with:
3933
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)