We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b935f4 commit 1004bccCopy full SHA for 1004bcc
eng/azure-pipelines-public.yml
@@ -152,7 +152,7 @@ stages:
152
clangTargetArg: /p:ClangTarget=aarch64-apple-darwin
153
archflag: --arch arm64
154
pool:
155
- vmImage: macos-12
+ vmImage: macos-13
156
steps:
157
- bash: |
158
set -ex
eng/azure-pipelines.yml
@@ -168,7 +168,7 @@ extends:
168
- _BuildConfig: Release
169
170
name: Azure Pipelines
171
- image: macos-12
+ image: macos-13
172
os: macOS
173
174
0 commit comments