Skip to content

Commit 9a6ee33

Browse files
authored
Update branding to 6.0.136 (#43820)
2 parents bdb19eb + da41cc8 commit 9a6ee33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.vsts-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ extends:
180180
agentOs: Darwin
181181
pool:
182182
name: Azure Pipelines
183-
image: macOS-latest
183+
image: macos-13
184184
os: macOS
185185
${{ if eq(variables['System.TeamProject'], 'public') }}:
186186
helixTargetQueue: OSX.1200.Amd64.Open

.vsts-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ stages:
145145
parameters:
146146
agentOs: Darwin
147147
pool:
148-
vmImage: 'macOS-latest'
148+
vmImage: 'macos-13'
149149
${{ if eq(variables['System.TeamProject'], 'public') }}:
150150
helixTargetQueue: OSX.1200.Amd64.Open
151151
${{ if ne(variables['System.TeamProject'], 'public') }}:

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111
<!-- Repo Version Information -->
1212
<PropertyGroup>
13-
<VersionPrefix>6.0.135</VersionPrefix>
13+
<VersionPrefix>6.0.136</VersionPrefix>
1414
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
1515
</PropertyGroup>
1616
<!-- Production Dependencies -->

0 commit comments

Comments
 (0)