From e907b4f8f8ae2e445bba9c3d881ff7147571867f Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Sat, 12 Dec 2020 19:37:55 +0000 Subject: [PATCH] use xcode 12. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fcf5fc8c6a..197b41d1dc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -54,7 +54,7 @@ jobs: sdk: 'macosx10.14' configuration: 'Release' xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace' - xcodeVersion: '10' # Options: 8, 9, default, specifyPath + xcodeVersion: '12' # Options: 8, 9, default, specifyPath args: '-derivedDataPath ./' - task: CmdLine@2