From 4fcf3ba61ad2150759e49a12d0d60a96d479c6a1 Mon Sep 17 00:00:00 2001 From: Andriy Svyryd Date: Mon, 28 Oct 2024 16:20:11 -0700 Subject: [PATCH] Update macOS images to 13 --- 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 d56ef44140b..85b9fbab9e4 100644 --- a/azure-pipelines-public.yml +++ b/azure-pipelines-public.yml @@ -93,7 +93,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 8741f1c3b71..530b57da6a1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -139,7 +139,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.