aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2021-01-04 11:33:32 +0200
committerSimo Fält <simo.falt@qt.io>2021-01-04 13:32:07 +0200
commit397c3ff1a56ed9a40edcb9ce447f54d859a7165f (patch)
tree20a3d720332018605d4e6580db84dd8323daf8bb /coin
parentc1f776570adbe4f9aa21aa818a82f5ebd1258a76 (diff)
Disable macOS 10.15 from pyside6 CI for now
There some enablers missing from VM template so it is now blocking the development. Pick-to: 6.0 Change-Id: I6638fd62039e9bfe5f7f9f4c485e67139653176c Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'coin')
-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