Skip to content

Commit

Permalink
Bump to macos-13 AzDO image
Browse files Browse the repository at this point in the history
The macos-12 one is being removed.
  • Loading branch information
akoeplinger authored Nov 4, 2024
1 parent 966011b commit 6252055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/azure-pipelines-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ stages:
clangTargetArg: /p:ClangTarget=aarch64-apple-darwin
archflag: --arch arm64
pool:
vmImage: macos-12
vmImage: macos-13
steps:
- bash: |
set -ex
Expand Down
2 changes: 1 addition & 1 deletion eng/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ extends:
- _BuildConfig: Release
pool:
name: Azure Pipelines
image: macos-12
image: macos-13
os: macOS
steps:
- bash: |
Expand Down

0 comments on commit 6252055

Please sign in to comment.