Skip to content

Commit 759bdfe

Browse files
committed
ci: Try python 3.13 to fix Mac breakage on CI (#4970)
I think something changed with Homebrew on the runners, this worked until last week. Emergency fix, will merge immediately if CI finally passes. Signed-off-by: Larry Gritz <[email protected]>
1 parent 2a2f2f8 commit 759bdfe

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
@@ -627,13 +627,13 @@ jobs:
627627
ctest_test_timeout: 1200
628628
setenvs: export MACOSX_DEPLOYMENT_TARGET=12.0
629629
benchmark: 1
630-
- desc: MacOS-14-ARM aclang15/C++20/py3.12
630+
- desc: MacOS-14-ARM aclang15/C++20/py3.13
631631
runner: macos-14
632-
nametag: macos14-arm-py312
632+
nametag: macos14-arm-py313
633633
cc_compiler: clang
634634
cxx_compiler: clang++
635635
cxx_std: 20
636-
python_ver: "3.12"
636+
python_ver: "3.13"
637637
- desc: MacOS-15-ARM aclang16/C++20/py3.13
638638
runner: macos-15
639639
nametag: macos15-arm-py313

0 commit comments

Comments
 (0)