diff options
author | MarcoFalke <falke.marco@gmail.com> | 2022-03-28 14:46:11 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2022-03-28 14:42:29 +0200 |
commit | faf8c736ba0d32bc7f31b375fe47f1a61f71d18e (patch) | |
tree | 99fb1eb2115e67aeda8fbb159f16c3e458a9ae82 /.cirrus.yml | |
parent | 3297f5c11c72dd83479ff8335e047555e3f8cb3b (diff) |
ci: Use monterey-xcode-13.3
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index e0ab1536a0..03ed749198 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -289,7 +289,7 @@ task: << : *GLOBAL_TASK_TEMPLATE macos_instance: # 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: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV CI_USE_APT_INSTALL: "no" |