Hi,

The Sequoia macOS runner is available in Cirrus CI. The attached patch
updates macOS CI image from Sonoma to Sequoia.

Example Sequoia CI Run: https://cirrus-ci.com/task/5321125921554432

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

---
 .cirrus.tasks.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml
index eca9d62fc22..e960a7cb13f 100644
--- a/.cirrus.tasks.yml
+++ b/.cirrus.tasks.yml
@@ -616,7 +616,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
@@ -625,7 +625,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