Skip to content

Commit 2940b7e

Browse files
committed
ci: Try python 3.13 to fix Intel Mac breakage on CI (#4970)
Signed-off-by: Larry Gritz <[email protected]>
1 parent 353f610 commit 2940b7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,13 +605,13 @@ jobs:
605605
ctest_test_timeout: 1200
606606
setenvs: export MACOSX_DEPLOYMENT_TARGET=12.0
607607
benchmark: 1
608-
- desc: MacOS-14-ARM aclang15/C++20/py3.12
608+
- desc: MacOS-14-ARM aclang15/C++20/py3.13
609609
runner: macos-14
610-
nametag: macos14-arm-py312
610+
nametag: macos14-arm-py313
611611
cc_compiler: clang
612612
cxx_compiler: clang++
613613
cxx_std: 20
614-
python_ver: "3.12"
614+
python_ver: "3.13"
615615
- desc: MacOS-15-ARM aclang16/C++20/py3.13
616616
runner: macos-15
617617
nametag: macos15-arm-py313

0 commit comments

Comments
 (0)