We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ffe97 commit b316e49Copy full SHA for b316e49
.vsts-ci.yml
@@ -196,7 +196,7 @@ extends:
196
agentOs: Darwin
197
pool:
198
name: Azure Pipelines
199
- image: macos-13
+ image: macOS-latest
200
os: macOS
201
${{ if eq(variables['System.TeamProject'], 'public') }}:
202
helixTargetQueue: OSX.13.Amd64.Open
.vsts-pr.yml
@@ -155,7 +155,7 @@ stages:
155
parameters:
156
157
158
- vmImage: 'macos-12'
+ vmImage: 'macOS-latest'
159
160
161
${{ if ne(variables['System.TeamProject'], 'public') }}:
0 commit comments