Skip to content

Commit 6252055

Browse files
authored
Bump to macos-13 AzDO image
The macos-12 one is being removed.
1 parent 966011b commit 6252055

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/azure-pipelines-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ stages:
152152
clangTargetArg: /p:ClangTarget=aarch64-apple-darwin
153153
archflag: --arch arm64
154154
pool:
155-
vmImage: macos-12
155+
vmImage: macos-13
156156
steps:
157157
- bash: |
158158
set -ex

eng/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ extends:
168168
- _BuildConfig: Release
169169
pool:
170170
name: Azure Pipelines
171-
image: macos-12
171+
image: macos-13
172172
os: macOS
173173
steps:
174174
- bash: |

0 commit comments

Comments
 (0)