From a027ce32593bd31fd19b82bd21494cbdf9494588 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Thu, 30 Oct 2025 16:08:55 -0400 Subject: [PATCH] ci: macos: Upgrade to Sequoia Author: Nazir Bilal Yavuz Discussion: https://postgr.es/m/CAN55FZ3kO4vLq56PWrfJ7Fw6Wz8DhEN9j9GX3aScx%2BWOirtK-g%40mail.gmail.com Backpatch: 15-, where CI support was added --- .cirrus.tasks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml index 3239fb155d2..f9649b574ff 100644 --- a/.cirrus.tasks.yml +++ b/.cirrus.tasks.yml @@ -208,7 +208,7 @@ task: task: - name: macOS - Sonoma + name: macOS - Sequoia env: CPUS: 4 # always get that much for cirrusci macOS instances @@ -217,7 +217,7 @@ task: # work OK. See # https://postgr.es/m/20220927040208.l3shfcidovpzqxfh%40awork3.anarazel.de TEST_JOBS: 8 - IMAGE: ghcr.io/cirruslabs/macos-runner:sonoma + IMAGE: ghcr.io/cirruslabs/macos-runner:sequoia CIRRUS_WORKING_DIR: ${HOME}/pgsql/ CCACHE_DIR: ${HOME}/ccache