File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ windows_x86_task:
52
52
53
53
macos_arm64_task :
54
54
macos_instance :
55
- image : ghcr.io/cirruslabs/macos-sonoma-xcode
55
+ image : ghcr.io/cirruslabs/macos-runner: sonoma
56
56
57
57
env :
58
58
PATH : /opt/homebrew/opt/python@3.10/libexec/bin:$PATH
@@ -62,7 +62,7 @@ macos_arm64_task:
62
62
63
63
macos_arm64_cp38_task :
64
64
macos_instance :
65
- image : ghcr.io/cirruslabs/macos-sonoma-xcode
65
+ image : ghcr.io/cirruslabs/macos-runner: sonoma
66
66
67
67
env :
68
68
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
10
10
macos_task :
11
11
name : Build macOS x86_64 and arm64 wheels.
12
12
macos_instance :
13
- image : ghcr.io/cirruslabs/macos-sonoma-xcode
13
+ image : ghcr.io/cirruslabs/macos-runner: sonoma
14
14
env :
15
15
VENV_ROOT : ${HOME}/venv-cibuildwheel
16
16
PATH : ${VENV_ROOT}/bin:${PATH}
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-sonoma-xcode
63
+ image : ghcr.io/cirruslabs/macos-runner: sonoma
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