Explorar o código

Update azure-pipelines.yml

Benedikt Stebner %!s(int64=6) %!d(string=hai) anos
pai
achega
bca8bc2fce
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      azure-pipelines.yml

+ 2 - 2
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