Skip to content

Commit 1ebd6fe

Browse files
MrJulmaxkatz6
authored andcommitted
Update pipelines to macOS 13 (#17428)
1 parent 5aca799 commit 1ebd6fe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
variables:
7070
SolutionDir: '$(Build.SourcesDirectory)'
7171
pool:
72-
vmImage: 'macos-12'
72+
vmImage: 'macos-13'
7373
steps:
7474
- task: UseDotNet@2
7575
displayName: 'Use .NET 6.0 Runtime'
@@ -109,10 +109,11 @@ jobs:
109109
inputs:
110110
actions: 'build'
111111
scheme: ''
112-
sdk: 'macosx12.3'
112+
sdk: 'macosx13.0'
113113
configuration: 'Release'
114114
xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace'
115-
xcodeVersion: '13' # Options: 8, 9, default, specifyPath
115+
xcodeVersion: 'specifyPath' # Options: 8, 9, default, specifyPath
116+
xcodeDeveloperDir: '/Applications/Xcode_14.1.app/Contents/Developer'
116117
args: '-derivedDataPath ./'
117118

118119
- task: CmdLine@2

0 commit comments

Comments
 (0)