From a13c3f31771121d853be8a5202baeba41bafe57f Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 13 Jun 2023 23:00:33 +0100 Subject: [PATCH] ci: Use latest `macos-ventura-xcode:14.3.1` image --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 3090deef78b38..d1a8345987be2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -337,7 +337,7 @@ task: name: 'macOS 13 native arm64 [gui, sqlite only] [no depends]' macos_instance: # Use latest image, but hardcode version to avoid silent upgrades (and breaks) - image: ghcr.io/cirruslabs/macos-ventura-xcode:14.1 # https://cirrus-ci.org/guide/macOS + image: ghcr.io/cirruslabs/macos-ventura-xcode:14.3.1 # https://cirrus-ci.org/guide/macOS << : *BASE_TEMPLATE check_clang_script: - clang --version