From 36fce1f103173a7f233beccde35bdbee49de1a6c Mon Sep 17 00:00:00 2001 From: Silvio Kunaschk Date: Tue, 7 May 2019 18:28:41 +0200 Subject: [PATCH] try fix MacOS CI error with XCode version 10.0 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c74f0777..831fedab 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ variables: # Xcode Version overview: https://gist.github.com/yamaya/2924292 # available versions: https://github.com/Microsoft/azure-pipelines-image-generation/blob/master/images/macos/macos-10.14-Readme.md - XCODE_VERSION: 10.2 + XCODE_VERSION: 10.0 jobs: # Todo - run Linux build in a container with a more recent Ubuntu version, maybe also try CentOS and Arch builds?