From c69899b8dd54a98c7489a5e0a68b744599db58d9 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Tue, 14 Nov 2023 13:39:47 +0100 Subject: [PATCH] cirrusCI yaml: use macos-sonoma --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 98f27d6bbc..4a8c5b1754 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -63,7 +63,7 @@ test_macos_task: - 'package: patrol' - 'cirrusci' macos_instance: - image: ghcr.io/cirruslabs/macos-ventura-xcode:latest + image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest env: PATH: $HOME/.pub-cache/bin:$HOME/fvm/default/bin:${PATH} FLUTTER_VERSION: '3.16.0-0.5.pre'