Skip to content

Commit 677d4b0

Browse files
committed
ci: drop deprecated macos-13 (intel) platform, add macos-15-intel (#4930)
Signed-off-by: Larry Gritz <[email protected]>
1 parent 89f8219 commit 677d4b0

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
@@ -594,13 +594,13 @@ jobs:
594594
fail-fast: false
595595
matrix:
596596
include:
597-
- desc: MacOS-13-Intel aclang14/C++17/py3.11
598-
runner: macos-13
599-
nametag: macos13-py311
597+
- desc: MacOS-15-Intel aclang17/C++17/py3.13
598+
runner: macos-15-intel
599+
nametag: MacOS-15-Intel
600600
cc_compiler: clang
601601
cxx_compiler: clang++
602602
cxx_std: 17
603-
python_ver: "3.11"
603+
python_ver: "3.13"
604604
simd: sse4.2,avx2
605605
ctest_test_timeout: 1200
606606
setenvs: export MACOSX_DEPLOYMENT_TARGET=12.0

0 commit comments

Comments
 (0)