Skip to content

Commit b316e49

Browse files
authored
Revert the macos image
1 parent 18ffe97 commit b316e49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vsts-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ extends:
196196
agentOs: Darwin
197197
pool:
198198
name: Azure Pipelines
199-
image: macos-13
199+
image: macOS-latest
200200
os: macOS
201201
${{ if eq(variables['System.TeamProject'], 'public') }}:
202202
helixTargetQueue: OSX.13.Amd64.Open

.vsts-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ stages:
155155
parameters:
156156
agentOs: Darwin
157157
pool:
158-
vmImage: 'macos-12'
158+
vmImage: 'macOS-latest'
159159
${{ if eq(variables['System.TeamProject'], 'public') }}:
160160
helixTargetQueue: OSX.13.Amd64.Open
161161
${{ if ne(variables['System.TeamProject'], 'public') }}:

0 commit comments

Comments
 (0)