Skip to content

Commit 939fb11

Browse files
authored
ci: use macos-15-intel (#35)
> The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead
1 parent 1ad2933 commit 939fb11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
os:
2626
- ubuntu-latest
27-
- macos-13 # Intel
27+
- macos-15-intel # Intel
2828
- windows-latest
2929
arch:
3030
- 'x64'
@@ -34,7 +34,7 @@ jobs:
3434
- 'lts'
3535
- 'nightly'
3636
exclude:
37-
- os: macos-13 # Intel
37+
- os: macos-15-intel # Intel
3838
arch: x86
3939
include:
4040
# macos-latest -> Apple Silicon (Need julia >= v1.8)

0 commit comments

Comments
 (0)