We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be8b0a commit c4597f5Copy full SHA for c4597f5
.github/workflows/ci.yml
@@ -627,13 +627,13 @@ jobs:
627
ctest_test_timeout: 1200
628
setenvs: export MACOSX_DEPLOYMENT_TARGET=12.0
629
benchmark: 1
630
- - desc: MacOS-14-ARM aclang15/C++20/py3.12
+ - desc: MacOS-14-ARM aclang15/C++20/py3.13
631
runner: macos-14
632
- nametag: macos14-arm-py312
+ nametag: macos14-arm-py313
633
cc_compiler: clang
634
cxx_compiler: clang++
635
cxx_std: 20
636
- python_ver: "3.12"
+ python_ver: "3.13"
637
- desc: MacOS-15-ARM aclang16/C++20/py3.13
638
runner: macos-15
639
nametag: macos15-arm-py313
0 commit comments