Skip to content

Commit

Permalink
[release/8.0-staging] Update macOS images to 13 (#35005)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriySvyryd authored Oct 30, 2024
1 parent 38f72ca commit 9669fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ stages:
- job: macOS
enablePublishTestResults: true
pool:
vmImage: macOS-12
vmImage: macOS-13
variables:
# Rely on task Arcade injects, not auto-injected build step.
- skipComponentGovernanceDetection: true
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ extends:
- job: macOS
pool:
name: Azure Pipelines
image: macOS-12
image: macOS-13
os: macOS
variables:
# Rely on task Arcade injects, not auto-injected build step.
Expand Down

0 comments on commit 9669fe1

Please sign in to comment.