From 2691f0b9e449f064a5e37eca5dc8986290f2715a Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 20 Feb 2023 22:03:39 +0200 Subject: [PATCH] Fix environments. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 601206bc7..05d993df6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -204,7 +204,7 @@ macos_task: matrix: - name: 'macOS Monterey 12 [signle bundle, no tests]' env: - MULTI_BUNDLE: true + MULTI_BUNDLE: false - name: 'macOS Monterey 12 [multi bundle, no tests]' env: - MULTI_BUNDLE: false + MULTI_BUNDLE: true