From 8d5319a753ed80fcd20759cb60393b0099e4a2c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Fri, 10 Jan 2025 10:52:55 +0100 Subject: [PATCH] Move to macos14 --- azure-pipelines-official.yml | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 74309bc0ae..7b3507d431 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-14 os: macOS variables: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f4cf78e518..5321572575 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -157,7 +157,7 @@ stages: vmImage: ubuntu-22.04 pwsh: true macOS_12: - vmImage: macOS-12 + vmImage: macos-14 pwsh: true pool: vmImage: $[ variables['vmImage'] ]