From 2f570c707c7aedef2ff36ce5fe44b6400826f8a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Sat, 15 Jun 2024 17:58:19 +0200 Subject: [PATCH] Bump to macos-12 build image --- 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 afec5a65a6..2ea8df5b57 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -50,7 +50,7 @@ parameters: image: 1es-ubuntu-2204 os: linux - name: Azure Pipelines - image: macOS-11 + image: macOS-12 os: macOS variables: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8ad414af8e..f4cf78e518 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -156,8 +156,8 @@ stages: Ubuntu_22_04: vmImage: ubuntu-22.04 pwsh: true - macOS_11: - vmImage: macOS-11 + macOS_12: + vmImage: macOS-12 pwsh: true pool: vmImage: $[ variables['vmImage'] ]