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.
This commit is contained in:
Hartmnt 2025-01-15 17:46:28 +01:00 committed by Davide Beatrici
parent 86bd72f86e
commit e57f6c52b3
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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'