From 04ba33913eb6f473d4b59be0bab867ffa13fea73 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 9 Feb 2020 12:34:40 -0600 Subject: [PATCH] The 10.14 image has a busted xcode 9.4.1. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 852195737..b61a97163 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -264,7 +264,7 @@ stages: TEST_TOOLSET: clang CXX: clang++ XCODE_APP: /Applications/Xcode_9.4.1.app - VM_IMAGE: 'macOS-10.14' + VM_IMAGE: 'macOS-10.13' Xcode 9.4: TOOLSET: clang TEST_TOOLSET: clang