Skip to content

Commit

Permalink
MAINT(ci): Update to macOS 14 on Azure Pipelines
Browse files Browse the repository at this point in the history
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 e57f6c5)
  • Loading branch information
Hartmnt committed Jan 15, 2025
1 parent c997c88 commit e0c1ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/azure-pipelines/main-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .ci/azure-pipelines/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e0c1ac9

Please sign in to comment.