File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ windows_x86_task:
6262
6363macos_arm64_task :
6464 macos_instance :
65- image : ghcr.io/cirruslabs/macos-runner:sonoma
65+ image : ghcr.io/cirruslabs/macos-runner:sequoia
6666 env :
6767 VENV_ROOT : ${HOME}/venv-cibuildwheel
6868 PATH : ${VENV_ROOT}/bin:${PATH}
@@ -73,11 +73,11 @@ macos_arm64_task:
7373
7474macos_arm64_cp38_task :
7575 macos_instance :
76- image : ghcr.io/cirruslabs/macos-runner:sonoma
76+ image : ghcr.io/cirruslabs/macos-runner:sequoia
7777 env :
7878 VENV_ROOT : ${HOME}/venv-cibuildwheel
7979 PATH : ${VENV_ROOT}/bin:${PATH}
80- PYTEST_ADDOPTS : --run-cp38-universal2 -k 'test_cp38_arm64_testing_universal2_installer or test_arch_auto'
80+ PYTEST_ADDOPTS : --run-cp38-universal2 -k 'test_cp38_arm64_testing_universal2_installer or test_arch_auto or test_dummy_serial '
8181 install_pre_requirements_script :
82828383 - python3.12 -m venv ${VENV_ROOT}
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ windows_x86_task:
6060macos_arm64_task :
6161 name : Build macOS arm64 wheels.
6262 macos_instance :
63- image : ghcr.io/cirruslabs/macos-runner:sonoma
63+ image : ghcr.io/cirruslabs/macos-runner:sequoia
6464 env :
6565 VENV_ROOT : ${HOME}/venv-cibuildwheel
6666 PATH : ${VENV_ROOT}/bin:${PATH}
You can’t perform that action at this time.
0 commit comments