Skip to content

Commit b882b84

Browse files
authored
fix: update the macOS image used on Cirrus CI (#2085)
Use `ghcr.io/cirruslabs/macos-runner:sonoma` instead of `ghcr.io/cirruslabs/macos-sonoma-xcode` which is not supported anymore.
1 parent 243085f commit b882b84

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.cirrus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ windows_x86_task:
5252

5353
macos_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/[email protected]/libexec/bin:$PATH
@@ -62,7 +62,7 @@ macos_arm64_task:
6262

6363
macos_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/[email protected]/libexec/bin:$PATH

examples/cirrus-ci-intel-mac.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build_and_store_wheels: &BUILD_AND_STORE_WHEELS
1010
macos_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}

examples/cirrus-ci-minimal.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ windows_x86_task:
6060
macos_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}

0 commit comments

Comments
 (0)