aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2018-07-23 22:33:21 +0300
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-07-25 07:47:42 +0000
commitfdae2fce386cb4d72c4528b7e868c61860c43069 (patch)
treed9a70782a3b842301f846ab47a8f66a740188722 /build_scripts
parent4cadefa802339c5d4f597930f7703ec3128df967 (diff)
Enable macOS 10.13 in CI
Change-Id: Idd0f8721854614bf7ba2d9d38372627f8ed1b6b1 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'build_scripts')
-rw-r--r--build_scripts/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_scripts/utils.py b/build_scripts/utils.py
index 1a622aad5..1a5fa8c7b 100644
--- a/build_scripts/utils.py
+++ b/build_scripts/utils.py
@@ -1120,8 +1120,8 @@ def run_instruction(instruction, error):
def acceptCITestConfiguration(hostOS, hostOSVer, targetArch, compiler):
# Disable unsupported CI configs for now
- # NOTE: String must match with QT CI's storagesturct thrift
- if hostOSVer in ["WinRT_10", "MacOS_10_13"]:
+ # NOTE: String must match with QT CI's storagestruct thrift
+ if hostOSVer in ["WinRT_10"]:
print("Disabled " + hostOSVer + " from Coin configuration")
return False
# With 5.11 CI will create two sets of release binaries, one with msvc 2015 and one with msvc 2017