From c5839ebe285269864001819cb859cf1c217f6f01 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sat, 25 Sep 2021 19:32:05 +0300 Subject: [PATCH] Platform name should not have space in name. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0cea77e2e..32244e63b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -91,7 +91,7 @@ task: image: catalina-xcode-11.3.1 << : *MACOS_TASK_TEMPLATE env: - PLATFORM: "macOS 10.14+" + PLATFORM: "macOS_10.14+" task: name: 'macOS Big Sur 11 [no tests]' @@ -99,7 +99,7 @@ task: image: big-sur-xcode-12.4 << : *MACOS_TASK_TEMPLATE env: - PLATFORM: "macOS 10.15+" + PLATFORM: "macOS_10.15+" task: name: 'latest GCC'