Skip to content

Commit 743a267

Browse files
authored
ci: drop deprecated macos-13 (intel) platform, add macos-15-intel (#4930)
Signed-off-by: Larry Gritz <[email protected]>
1 parent ff46d14 commit 743a267

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -670,13 +670,13 @@ jobs:
670670
fail-fast: false
671671
matrix:
672672
include:
673-
- desc: MacOS-13-Intel aclang14/C++17/py3.11
674-
runner: macos-13
675-
nametag: macos13-py311
673+
- desc: MacOS-15-Intel aclang17/C++17/py3.13
674+
runner: macos-15-intel
675+
nametag: MacOS-15-Intel
676676
cc_compiler: clang
677677
cxx_compiler: clang++
678678
cxx_std: 17
679-
python_ver: "3.11"
679+
python_ver: "3.13"
680680
simd: sse4.2,avx2
681681
ctest_test_timeout: 1200
682682
setenvs: export MACOSX_DEPLOYMENT_TARGET=12.0

0 commit comments

Comments
 (0)