Hi,

On Thu, 9 Oct 2025 at 14:54, Nazir Bilal Yavuz <[email protected]> wrote:
>
> Hi,
>
> The Sequoia macOS runner is available in Cirrus CI. The attached patch
> updates macOS CI image from Sonoma to Sequoia.

This time with the back-patches.

CI Runs:

Upstream: https://cirrus-ci.com/task/5321125921554432
REL_18: https://cirrus-ci.com/task/5344925677518848
REL_17: https://cirrus-ci.com/task/5290173233102848
REL_16: https://cirrus-ci.com/task/6054649964265472
REL_15: https://cirrus-ci.com/task/5423773089792000

-- 
Regards,
Nazir Bilal Yavuz
Microsoft
From 2d77221e7971e266068b764cfb277604bc78cd6b Mon Sep 17 00:00:00 2001
From: Nazir Bilal Yavuz <[email protected]>
Date: Thu, 9 Oct 2025 15:07:24 +0300
Subject: [PATCH v2] ci: macos: Upgrade images to Sequoia

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 7f450c05747..8de5bcaf1b3 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
-- 
2.51.0

From 8679bd5d8c6ed0bb92a539d358519f61b055f037 Mon Sep 17 00:00:00 2001
From: Nazir Bilal Yavuz <[email protected]>
Date: Thu, 9 Oct 2025 15:03:24 +0300
Subject: [PATCH v2] ci: macos: Upgrade images to Sequoia

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 682c567e18f..17b8b0890e0 100644
--- a/.cirrus.tasks.yml
+++ b/.cirrus.tasks.yml
@@ -412,7 +412,7 @@ task:
 
 
 task:
-  name: macOS - Sonoma - Meson
+  name: macOS - Sequoia - Meson
 
   env:
     CPUS: 4 # always get that much for cirrusci macOS instances
@@ -421,7 +421,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
-- 
2.51.0

From 06b3843f8dc906a9ac66b322eee616e28ec7c1c8 Mon Sep 17 00:00:00 2001
From: Nazir Bilal Yavuz <[email protected]>
Date: Thu, 9 Oct 2025 14:27:05 +0300
Subject: [PATCH v2] ci: macos: Upgrade images to Sequoia

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 d84875168bb..c82b68242ef 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
-- 
2.51.0

Reply via email to