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 e158663 commit f7b0549Copy full SHA for f7b0549
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-13
+ vmImage: macos-14
156
steps:
157
- bash: |
158
set -ex
eng/azure-pipelines.yml
@@ -160,7 +160,7 @@ extends:
160
- _BuildConfig: Release
161
162
name: Azure Pipelines
163
- image: macos-13
+ image: macos-14
164
os: macOS
165
templateContext:
166
sdl:
0 commit comments