From: Andres Freund Date: Thu, 30 Oct 2025 20:08:43 +0000 (-0400) Subject: ci: macos: Upgrade to Sequoia X-Git-Tag: REL_18_1~42 X-Git-Url: http://git.postgresql.org/gitweb/static/main.js?a=commitdiff_plain;h=a7e7bcac67f69b402332dea48c7710b95f6fd574;p=postgresql.git 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 --- diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml index d44d388d5ca..2251859c033 100644 --- a/.cirrus.tasks.yml +++ b/.cirrus.tasks.yml @@ -576,7 +576,7 @@ task: # SPECIAL: # - Enables --clone for pg_upgrade and pg_combinebackup task: - name: macOS - Sonoma - Meson + name: macOS - Sequoia - Meson env: CPUS: 4 # always get that much for cirrusci macOS instances @@ -585,7 +585,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