From bca8bc2fceb3915e74d3da316aab1cd614e6b476 Mon Sep 17 00:00:00 2001 From: Benedikt Stebner Date: Mon, 4 Nov 2019 15:00:06 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 04e7262930..4fe4d825bb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -49,10 +49,10 @@ jobs: inputs: actions: 'build' scheme: '' - sdk: 'macosx10.15' + sdk: 'macosx10.14' configuration: 'Release' xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace' - xcodeVersion: 'default' # Options: 8, 9, default, specifyPath + xcodeVersion: '10.3' # Options: 8, 9, default, specifyPath args: '-derivedDataPath ./' - task: CmdLine@2