aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2022-01-25 11:07:19 +0200
committerSimo Fält <simo.falt@qt.io>2022-01-25 14:47:21 +0200
commit4a2ef3a73ba16f154c68dd871893ab36957e6992 (patch)
treea9b66c31a10d581df233b3c590e48700614f3d69
parent109d276fe24e9e381cc2599347063cd7276fb63e (diff)
Disable MacOS 11.0 configs from CI
Change-Id: Ie56083203b775ad3bc772898e728656975aea87f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--coin/module_config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 99778cce6..d736b2355 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -18,7 +18,7 @@ accept_configuration:
not_contains_value: -no-gui
- condition: property # Following configs are not supported
property: target.osVersion
- not_in_values: [OPENSUSE_13_01, QEMU, WebAssembly, Ubuntu_18_04, SLES_12, SLES_15, MacOS_10_15]
+ not_in_values: [OPENSUSE_13_01, QEMU, WebAssembly, Ubuntu_18_04, SLES_12, SLES_15, MacOS_10_15, MacOS_11_00]
- condition: property # MibnGW and msvc2015 are not supported
property: target.compiler
not_in_values: [Mingw, MSVC2015]