From e0c1ac91127bc4398d92e35e428595abd9d70126 Mon Sep 17 00:00:00 2001 From: Hartmnt Date: Wed, 15 Jan 2025 17:46:28 +0100 Subject: [PATCH] MAINT(ci): Update to macOS 14 on Azure Pipelines The macOS 12 image has been removed. We skip version 13 since we always run the latest macOS on our own builder anyway. (cherry picked from commit e57f6c52b316fc4c02be7a9c256ff868eebf8fa9) --- .ci/azure-pipelines/main-pr.yml | 2 +- .ci/azure-pipelines/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/azure-pipelines/main-pr.yml b/.ci/azure-pipelines/main-pr.yml index 85b7ac46b21..91186bbb3d7 100644 --- a/.ci/azure-pipelines/main-pr.yml +++ b/.ci/azure-pipelines/main-pr.yml @@ -43,7 +43,7 @@ jobs: workspace: clean: all pool: - vmImage: 'macOS-12' + vmImage: 'macOS-14' variables: MUMBLE_ENVIRONMENT_VERSION: 'mumble_env.x64-osx-release.2023-12-31.6a3ce9c65' MUMBLE_ENVIRONMENT_TRIPLET: 'x64-osx-release' diff --git a/.ci/azure-pipelines/main.yml b/.ci/azure-pipelines/main.yml index 79b8f455a93..918a2aa654c 100644 --- a/.ci/azure-pipelines/main.yml +++ b/.ci/azure-pipelines/main.yml @@ -41,7 +41,7 @@ jobs: workspace: clean: all pool: - vmImage: 'macOS-12' + vmImage: 'macOS-14' variables: MUMBLE_ENVIRONMENT_VERSION: 'mumble_env.x64-osx-release.2023-12-31.6a3ce9c65' MUMBLE_ENVIRONMENT_TRIPLET: 'x64-osx-release'