File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ windows_x86_task:
62
62
63
63
macos_arm64_task :
64
64
macos_instance :
65
- image : ghcr.io/cirruslabs/macos-runner:sonoma
65
+ image : ghcr.io/cirruslabs/macos-runner:sequoia
66
66
env :
67
67
VENV_ROOT : ${HOME}/venv-cibuildwheel
68
68
PATH : ${VENV_ROOT}/bin:${PATH}
@@ -73,11 +73,11 @@ macos_arm64_task:
73
73
74
74
macos_arm64_cp38_task :
75
75
macos_instance :
76
- image : ghcr.io/cirruslabs/macos-runner:sonoma
76
+ image : ghcr.io/cirruslabs/macos-runner:sequoia
77
77
env :
78
78
VENV_ROOT : ${HOME}/venv-cibuildwheel
79
79
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 '
81
81
install_pre_requirements_script :
82
82
83
83
- python3.12 -m venv ${VENV_ROOT}
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ windows_x86_task:
60
60
macos_arm64_task :
61
61
name : Build macOS arm64 wheels.
62
62
macos_instance :
63
- image : ghcr.io/cirruslabs/macos-runner:sonoma
63
+ image : ghcr.io/cirruslabs/macos-runner:sequoia
64
64
env :
65
65
VENV_ROOT : ${HOME}/venv-cibuildwheel
66
66
PATH : ${VENV_ROOT}/bin:${PATH}
You can’t perform that action at this time.
0 commit comments