Skip to content

Commit

Permalink
fix: update the macOS image used on Cirrus CI (#2085)
Browse files Browse the repository at this point in the history
Use `ghcr.io/cirruslabs/macos-runner:sonoma` instead of `ghcr.io/cirruslabs/macos-sonoma-xcode` which is not supported anymore.
  • Loading branch information
mayeut authored Nov 18, 2024
1 parent 243085f commit b882b84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ windows_x86_task:

macos_arm64_task:
macos_instance:
image: ghcr.io/cirruslabs/macos-sonoma-xcode
image: ghcr.io/cirruslabs/macos-runner:sonoma

env:
PATH: /opt/homebrew/opt/[email protected]/libexec/bin:$PATH
Expand All @@ -62,7 +62,7 @@ macos_arm64_task:

macos_arm64_cp38_task:
macos_instance:
image: ghcr.io/cirruslabs/macos-sonoma-xcode
image: ghcr.io/cirruslabs/macos-runner:sonoma

env:
PATH: /opt/homebrew/opt/[email protected]/libexec/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion examples/cirrus-ci-intel-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build_and_store_wheels: &BUILD_AND_STORE_WHEELS
macos_task:
name: Build macOS x86_64 and arm64 wheels.
macos_instance:
image: ghcr.io/cirruslabs/macos-sonoma-xcode
image: ghcr.io/cirruslabs/macos-runner:sonoma
env:
VENV_ROOT: ${HOME}/venv-cibuildwheel
PATH: ${VENV_ROOT}/bin:${PATH}
Expand Down
2 changes: 1 addition & 1 deletion examples/cirrus-ci-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ windows_x86_task:
macos_arm64_task:
name: Build macOS arm64 wheels.
macos_instance:
image: ghcr.io/cirruslabs/macos-sonoma-xcode
image: ghcr.io/cirruslabs/macos-runner:sonoma
env:
VENV_ROOT: ${HOME}/venv-cibuildwheel
PATH: ${VENV_ROOT}/bin:${PATH}
Expand Down

0 comments on commit b882b84

Please sign in to comment.