From 7a6b21bd891ef6d59f398f274f57bd172c512050 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 13 on Azure Pipelines The macOS 12 image has been removed --- .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..3c35cb33e36 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-13' variables: MUMBLE_ENVIRONMENT_VERSION: 'mumble_env.x64-osx-release.2024-08-17.9ad0398d8' MUMBLE_ENVIRONMENT_TRIPLET: 'x64-osx-release'