From 556d0ebd5248ba9c6bd265945cca28d9e4474b4c Mon Sep 17 00:00:00 2001 From: Buck Evan Date: Tue, 14 Nov 2023 16:15:48 -0600 Subject: [PATCH] macos monterey -> sonoma (now with 100% more code review) --- .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'}