Browse Source

use xcode 12.

pull/5170/head
Dan Walmsley 6 years ago
parent
commit
e907b4f8f8
  1. 2
      azure-pipelines.yml

2
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

Loading…
Cancel
Save