File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ windows_x86_task:
5252
5353macos_arm64_task :
5454 macos_instance :
55- image : ghcr.io/cirruslabs/macos-sonoma-xcode
55+ image : ghcr.io/cirruslabs/macos-runner: sonoma
5656
5757 env :
5858 PATH : /opt/homebrew/opt/python@3.10/libexec/bin:$PATH
@@ -62,7 +62,7 @@ macos_arm64_task:
6262
6363macos_arm64_cp38_task :
6464 macos_instance :
65- image : ghcr.io/cirruslabs/macos-sonoma-xcode
65+ image : ghcr.io/cirruslabs/macos-runner: sonoma
6666
6767 env :
6868 PATH : /opt/homebrew/opt/python@3.10/libexec/bin:$PATH
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build_and_store_wheels: &BUILD_AND_STORE_WHEELS
1010macos_task :
1111 name : Build macOS x86_64 and arm64 wheels.
1212 macos_instance :
13- image : ghcr.io/cirruslabs/macos-sonoma-xcode
13+ image : ghcr.io/cirruslabs/macos-runner: sonoma
1414 env :
1515 VENV_ROOT : ${HOME}/venv-cibuildwheel
1616 PATH : ${VENV_ROOT}/bin:${PATH}
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-sonoma-xcode
63+ image : ghcr.io/cirruslabs/macos-runner: sonoma
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