From 3bfb67dcf331370ea2b205fa4f1cadacdce29af2 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 25 Nov 2020 14:33:57 -0600 Subject: [PATCH] cirrus: make macos image match reality (catalina) Apparently it's actually choosing catalina anyway (see the labels during the runs), and that appears to be all that's supported now at https://cirrus-ci.org/guide/macOS/ Signed-off-by: Rob Browning --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 5a6057a..0c6ee66 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -110,7 +110,7 @@ task: task: name: macos (py2) osx_instance: - image: mojave-xcode-10.2 + image: catalina-base script: | set -xe dev/prep-for-macos-build python2 @@ -121,7 +121,7 @@ task: task: name: macos (py3) osx_instance: - image: mojave-xcode-10.2 + image: catalina-base script: | set -xe dev/prep-for-macos-build python3 -- 2.39.2