Skip to content

Commit d403e4b

Browse files
committed
Update macOS version in CI workflow
1 parent af79578 commit d403e4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
os:
3131
- ubuntu-latest
3232
- windows-latest
33-
- macos-13
33+
- macos-15-intel
3434
arch:
3535
- x64
3636
include:
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
compiler: 'gcc'
4949
version: '14'
50-
if: matrix.os == 'macos-latest' || matrix.os == 'macos-13'
50+
if: matrix.os == 'macos-latest' || matrix.os == 'macos-15-intel'
5151
- uses: julia-actions/setup-julia@v2
5252
with:
5353
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)