Browse Source

Use correct sdk

pull/5252/head
Benedikt Schroeder 6 years ago
parent
commit
5db58e7660
  1. 2
      azure-pipelines.yml

2
azure-pipelines.yml

@ -51,7 +51,7 @@ jobs:
inputs:
actions: 'build'
scheme: ''
sdk: 'macosx11.0'
sdk: 'macosx11.1'
configuration: 'Release'
xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace'
xcodeVersion: '12' # Options: 8, 9, default, specifyPath

Loading…
Cancel
Save