Skip to content

Commit

Permalink
use same macos settings from master.
Browse files Browse the repository at this point in the history
  • Loading branch information
danwalmsley committed May 17, 2023
1 parent 24b39ff commit 44ca59a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
variables:
SolutionDir: '$(Build.SourcesDirectory)'
pool:
vmImage: 'macOS-11'
vmImage: 'macOS-12'
steps:
- task: UseDotNet@2
displayName: 'Use .NET Core SDK 3.1.414'
Expand Down Expand Up @@ -67,10 +67,10 @@ jobs:
inputs:
actions: 'build'
scheme: ''
sdk: 'macosx11.1'
sdk: 'macosx12.3'
configuration: 'Release'
xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace'
xcodeVersion: '12' # Options: 8, 9, default, specifyPath
xcodeVersion: '13' # Options: 8, 9, default, specifyPath
args: '-derivedDataPath ./'

- task: CmdLine@2
Expand Down

0 comments on commit 44ca59a

Please sign in to comment.