From d93eae020a780ad23326dc12cc1a4f496d3f1375 Mon Sep 17 00:00:00 2001 From: Daniele Nicolodi Date: Sat, 1 Nov 2025 20:31:47 +0100 Subject: [PATCH] CI: switch to supported macOS VM image on Cirrus CI Apparently the image previously in use has been retired and the jobs were automatically upgraded to this image. Switch it to avoid possible future breakage. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 5fd992930..40f980581 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -84,6 +84,6 @@ freebsd_task: macos-arm64_task: macos_instance: - image: ghcr.io/cirruslabs/macos-sonoma-xcode + image: ghcr.io/cirruslabs/macos-runner:sonoma install_script: brew install git ninja python@3.11 << : *test