From 27a37411c5a05179cbd3d0b60f0c74f4d9c78150 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Thu, 14 Jan 2021 09:59:21 -0700 Subject: [PATCH] Use xcode 11 on the Catalina CI image --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 15a41cdd97..55ae4894ba 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -186,7 +186,7 @@ macos_big_sur_task: macos_catalina_task: osx_instance: - image: catalina-base + image: catalina-xcode-11.6 prepare_script: ./ci/macos/prepare.sh << : *CI_TEMPLATE << : *MACOS_RESOURCES_TEMPLATE