From 6bc912d114296d88f5e4a9de06591ce6638d35b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Mon, 4 Jan 2021 11:33:32 +0200 Subject: 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 (cherry picked from commit 397c3ff1a56ed9a40edcb9ce447f54d859a7165f) Reviewed-by: Qt Cherry-pick Bot --- coin/module_config.yaml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3