|
95 | 95 | # See https://github.com/dotnet/arcade/blob/master/Documentation/ChoosingAMachinePool.md |
96 | 96 | pool: |
97 | 97 | ${{ if eq(parameters.agentOs, 'macOS') }}: |
98 | | - vmImage: macOS-11 |
| 98 | + vmImage: macOS-12 |
99 | 99 | ${{ if eq(parameters.agentOs, 'Linux') }}: |
100 | 100 | ${{ if and(eq(parameters.useHostedUbuntu, true), in(variables['Build.Reason'], 'Manual', 'PullRequest', 'Schedule')) }}: |
101 | 101 | vmImage: ubuntu-20.04 |
@@ -156,8 +156,8 @@ jobs: |
156 | 156 | - script: df -h |
157 | 157 | displayName: Disk size |
158 | 158 | - ${{ if eq(parameters.agentOs, 'macOS') }}: |
159 | | - - script: sudo xcode-select -s /Applications/Xcode_12.5.1.app/Contents/Developer |
160 | | - displayName: Use XCode 12.5.1 |
| 159 | + - script: sudo xcode-select -s /Applications/Xcode_14.2.0.app/Contents/Developer |
| 160 | + displayName: Use XCode 14.2.0 |
161 | 161 | - checkout: self |
162 | 162 | clean: true |
163 | 163 | - ${{ if and(eq(parameters.agentOs, 'Windows'), eq(parameters.isTestingJob, true)) }}: |
@@ -308,7 +308,7 @@ jobs: |
308 | 308 | pool: |
309 | 309 | ${{ if eq(parameters.agentOs, 'macOS') }}: |
310 | 310 | name: Azure Pipelines |
311 | | - image: macOS-11 |
| 311 | + image: macOS-12 |
312 | 312 | os: macOS |
313 | 313 | ${{ if eq(parameters.agentOs, 'Linux') }}: |
314 | 314 | name: NetCore1ESPool-Svc-Internal |
@@ -379,8 +379,8 @@ jobs: |
379 | 379 | - script: df -h |
380 | 380 | displayName: Disk size |
381 | 381 | - ${{ if eq(parameters.agentOs, 'macOS') }}: |
382 | | - - script: sudo xcode-select -s /Applications/Xcode_12.5.1.app/Contents/Developer |
383 | | - displayName: Use XCode 12.5.1 |
| 382 | + - script: sudo xcode-select -s /Applications/Xcode_14.2.0.app/Contents/Developer |
| 383 | + displayName: Use XCode 14.2.0 |
384 | 384 | - checkout: self |
385 | 385 | clean: true |
386 | 386 | - ${{ if and(eq(parameters.agentOs, 'Windows'), eq(parameters.isTestingJob, true)) }}: |
|
0 commit comments