Browse Source

Update pipelines to macOS 13 (#17428)

release/11.2.4
Julien Lebosquain 1 year ago
committed by Max Katz
parent
commit
1ebd6fef8c
  1. 7
      azure-pipelines.yml

7
azure-pipelines.yml

@ -69,7 +69,7 @@ jobs:
variables: variables:
SolutionDir: '$(Build.SourcesDirectory)' SolutionDir: '$(Build.SourcesDirectory)'
pool: pool:
vmImage: 'macos-12' vmImage: 'macos-13'
steps: steps:
- task: UseDotNet@2 - task: UseDotNet@2
displayName: 'Use .NET 6.0 Runtime' displayName: 'Use .NET 6.0 Runtime'
@ -109,10 +109,11 @@ jobs:
inputs: inputs:
actions: 'build' actions: 'build'
scheme: '' scheme: ''
sdk: 'macosx12.3' sdk: 'macosx13.0'
configuration: 'Release' configuration: 'Release'
xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace' xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace'
xcodeVersion: '13' # Options: 8, 9, default, specifyPath xcodeVersion: 'specifyPath' # Options: 8, 9, default, specifyPath
xcodeDeveloperDir: '/Applications/Xcode_14.1.app/Contents/Developer'
args: '-derivedDataPath ./' args: '-derivedDataPath ./'
- task: CmdLine@2 - task: CmdLine@2

Loading…
Cancel
Save