Skip to content

Commit 52d0c4f

Browse files
authored
Update ci.yml
1 parent 532997f commit 52d0c4f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ jobs:
2929
os:
3030
- ubuntu-latest
3131
- windows-latest
32-
- macos-latest
32+
include:
33+
- os: macOS-latest
34+
version: 'lts'
35+
- os: macOS-latest
36+
version: '1'
37+
3338
steps:
3439
- uses: actions/checkout@v5
3540
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)