aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2021-01-04 11:33:32 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-01-04 12:50:35 +0000
commit6bc912d114296d88f5e4a9de06591ce6638d35b3 (patch)
treee0ed48041528cce1241648f0442370b8c6bda13f
parentdbcfbecf596704efaa25d028bfcad09f73c185d3 (diff)
Disable macOS 10.15 from pyside6 CI for now
There some enablers missing from VM template so it is now blocking the development. Change-Id: I6638fd62039e9bfe5f7f9f4c485e67139653176c Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit 397c3ff1a56ed9a40edcb9ce447f54d859a7165f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--coin/module_config.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 20a5e59c5..c87827df5 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -19,6 +19,9 @@ accept_configuration:
- condition: property # MibnGW and msvc2015 are not supported
property: target.compiler
not_in_values: [Mingw, MSVC2015]
+ - condition: property
+ property: host.osVersion
+ not_equals_value: MacOS_10_15
upload_pyside: &upload_pyside
type: Group