Bläddra i källkod

Merge pull request #3211 from Gillibald/fixes/macBuilds

Fix mac builds
Nikita Tsukanov 6 år sedan
förälder
incheckning
4916b6c1da
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      azure-pipelines.yml

+ 1 - 1
azure-pipelines.yml

@@ -52,7 +52,7 @@ jobs:
       sdk: 'macosx10.14'
       configuration: 'Release'
       xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace'
-      xcodeVersion: 'default' # Options: 8, 9, default, specifyPath
+      xcodeVersion: '10' # Options: 8, 9, default, specifyPath
       args: '-derivedDataPath ./'
 
   - task: CmdLine@2