aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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