CI: Change macOS runner to Sequoia

This commit is contained in:
Tim Wojtulewicz 2025-03-14 18:29:52 -07:00
parent 8a4041b776
commit 46edc829cf

View file

@ -377,12 +377,12 @@ alpine_task:
# Cirrus only supports the following macos runner currently, selecting # Cirrus only supports the following macos runner currently, selecting
# anything else automatically upgrades to this one. # anything else automatically upgrades to this one.
# #
# ghcr.io/cirruslabs/macos-runner:sonoma # ghcr.io/cirruslabs/macos-runner:sequoia
# #
# See also: https://cirrus-ci.org/guide/macOS/ # See also: https://cirrus-ci.org/guide/macOS/
macos_sonoma_task: macos_sequoia_task:
macos_instance: macos_instance:
image: ghcr.io/cirruslabs/macos-runner:sonoma image: ghcr.io/cirruslabs/macos-runner:sequoia
prepare_script: ./ci/macos/prepare.sh prepare_script: ./ci/macos/prepare.sh
<< : *CI_TEMPLATE << : *CI_TEMPLATE
<< : *MACOS_ENVIRONMENT << : *MACOS_ENVIRONMENT