aboutsummaryrefslogtreecommitdiffstats
path: root/coin_test_instructions.py
diff options
context:
space:
mode:
Diffstat (limited to 'coin_test_instructions.py')
-rw-r--r--coin_test_instructions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin_test_instructions.py b/coin_test_instructions.py
index c9c184dd0..6b5007b98 100644
--- a/coin_test_instructions.py
+++ b/coin_test_instructions.py
@@ -73,7 +73,7 @@ def call_testrunner(python_ver, buildnro):
def run_test_instructions():
# Disable unsupported configs for now
- if CI_HOST_OS_VER in ["WinRT_10"]:
+ if CI_HOST_OS_VER in ["WinRT_10", "MacOS_10_13"]:
print("Disabled " + CI_HOST_OS_VER + " from Coin configuration")
exit()
if CI_HOST_ARCH == "X86_64" and CI_TARGET_ARCH == "X86":