From cda4a744a5d4293eb399482fd73bd591ba557057 Mon Sep 17 00:00:00 2001 From: Hartmnt Date: Tue, 14 Jan 2025 15:37:22 +0000 Subject: [PATCH] MAINT(ci): Upgrade to macOS 14 on Azure Pipelines The macOS 12 image has been removed We skip 13 to buy ourselves a bit more time --- .ci/azure-pipelines/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'