diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-06-13 23:00:33 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-06-13 23:00:33 +0100 |
commit | a13c3f31771121d853be8a5202baeba41bafe57f (patch) | |
tree | beae77255ec22efa68366a90c49f6537d8ce185e /.cirrus.yml | |
parent | 427853ab49f610e971b73ea4cc1d5366747e52b1 (diff) |
ci: Use latest `macos-ventura-xcode:14.3.1` image
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 3090deef78..d1a8345987 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 |