ci: Use monterey-xcode-13.3

This commit is contained in:
MarcoFalke
2022-03-28 14:46:11 +02:00
parent 3297f5c11c
commit faf8c736ba

View File

@@ -289,7 +289,7 @@ task:
<< : *GLOBAL_TASK_TEMPLATE << : *GLOBAL_TASK_TEMPLATE
macos_instance: macos_instance:
# Use latest image, but hardcode version to avoid silent upgrades (and breaks) # Use latest image, but hardcode version to avoid silent upgrades (and breaks)
image: monterey-xcode-13.2 # https://cirrus-ci.org/guide/macOS image: monterey-xcode-13.3 # https://cirrus-ci.org/guide/macOS
env: env:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
CI_USE_APT_INSTALL: "no" CI_USE_APT_INSTALL: "no"