From e949590c9ce14ef78d337cd565c22cbea6deb186 Mon Sep 17 00:00:00 2001 From: Buck Evan Date: Tue, 14 Nov 2023 16:15:48 -0600 Subject: [PATCH] macos monterey -> sonoma --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index fe2b422..ab920fa 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,7 +3,7 @@ task: - arm_container: image: ghcr.io/getsentry/prebuilt-pythons-manylinux-arm64-ci - macos_instance: - image: ghcr.io/cirruslabs/macos-monterey-base:latest + image: ghcr.io/cirruslabs/macos-sonoma-base:latest env: matrix: - {PY: 3.8.17, BUILD: '0'}