From 9669fe17d96cc76e88338a88205e3dc3365a70f0 Mon Sep 17 00:00:00 2001 From: Andriy Svyryd Date: Wed, 30 Oct 2024 09:43:13 -0700 Subject: [PATCH] [release/8.0-staging] Update macOS images to 13 (#35005) --- azure-pipelines-public.yml | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-public.yml b/azure-pipelines-public.yml index f7421f55839..f35de392c38 100644 --- a/azure-pipelines-public.yml +++ b/azure-pipelines-public.yml @@ -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 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6629d18b98f..5d43c84bc79 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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.