From 9d340b707897985d18c4e6f10fb9da41b14e59e9 Mon Sep 17 00:00:00 2001 From: Justin Pryzby Date: Fri, 4 Nov 2022 15:43:56 -0500 Subject: [PATCH 03/10] cirrus/macos: update to macos ventura ci-os-only: macos --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index ed05c4adf87..7c6e3691093 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -388,7 +388,7 @@ task: task: - name: macOS - Monterey - Meson + name: macOS - Ventura - Meson env: CPUS: 4 # always get that much for cirrusci macOS instances @@ -413,7 +413,7 @@ task: only_if: $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os-only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-os-only:[^\n]*(macos|darwin|osx).*' macos_instance: - image: ghcr.io/cirruslabs/macos-monterey-base:latest + image: ghcr.io/cirruslabs/macos-ventura-base:latest #cpus: 4 #memory: 8G -- 2.25.1