From 8c6ff8c6a8e74e74f91a221719ab93e00b5983e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Thu, 3 Oct 2024 16:39:29 +0200 Subject: [PATCH] Use macos13 --- azure-pipelines-official.yml | 2 +- azure-pipelines.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 2ed70e75da..e10118d0ee 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -55,7 +55,7 @@ parameters: image: 1es-ubuntu-2204 os: linux - name: Azure Pipelines - image: macOS-12 + image: macos-13 os: macOS variables: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f4cf78e518..cd355dbe68 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -156,8 +156,8 @@ stages: Ubuntu_22_04: vmImage: ubuntu-22.04 pwsh: true - macOS_12: - vmImage: macOS-12 + macos_13: + vmImage: macos-13 pwsh: true pool: vmImage: $[ variables['vmImage'] ]