Skip to content

Commit 19fc41e

Browse files
ViralBShahinkydragon
authored andcommitted
Update CI workflow to change Julia version matrix
1 parent b9a44e9 commit 19fc41e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
- '1'
3333
os:
3434
- ubuntu-latest
35-
- macos-latest # Apple silicon
35+
- macos-15-intel
3636
- windows-latest
3737
exclude:
3838
- os: macos-latest
3939
version: '1.0'
4040
include:
41-
- os: macos-13 # Intel
42-
version: '1.0'
41+
- os: macos-latest # Apple Silicon
42+
version: '1'
4343
steps:
4444
- uses: actions/checkout@v6
4545
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)