Skip to content

Commit 919e5dd

Browse files
authored
[release/9.0-staging] Update macOS images to 13 (#35004)
1 parent a2f51ed commit 919e5dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ stages:
9393
- job: macOS
9494
enablePublishTestResults: true
9595
pool:
96-
vmImage: macOS-12
96+
vmImage: macOS-13
9797
variables:
9898
# Rely on task Arcade injects, not auto-injected build step.
9999
- skipComponentGovernanceDetection: true

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ extends:
139139
- job: macOS
140140
pool:
141141
name: Azure Pipelines
142-
image: macOS-12
142+
image: macOS-13
143143
os: macOS
144144
variables:
145145
# Rely on task Arcade injects, not auto-injected build step.

0 commit comments

Comments
 (0)