From e57f6c52b316fc4c02be7a9c256ff868eebf8fa9 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. --- .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 9111fd56b1a..916dfb5dde3 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.2024-08-17.9ad0398d8' MUMBLE_ENVIRONMENT_TRIPLET: 'x64-osx-release' diff --git a/.ci/azure-pipelines/main.yml b/.ci/azure-pipelines/main.yml index a580067adf3..27f9f64d7a7 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.2024-08-17.9ad0398d8' MUMBLE_ENVIRONMENT_TRIPLET: 'x64-osx-release'