From 37abded454ba91d45ad2e3174684dc5282cada99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 12 Dec 2025 19:53:12 +0100 Subject: [PATCH] Bump to macos-14 image --- eng/azure-pipelines-public.yml | 2 +- eng/azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/azure-pipelines-public.yml b/eng/azure-pipelines-public.yml index a86fa4750a5a9..a4621bcd86193 100644 --- a/eng/azure-pipelines-public.yml +++ b/eng/azure-pipelines-public.yml @@ -152,7 +152,7 @@ stages: clangTargetArg: /p:ClangTarget=aarch64-apple-darwin archflag: --arch arm64 pool: - vmImage: macos-13 + vmImage: macos-14 steps: - bash: | set -ex diff --git a/eng/azure-pipelines.yml b/eng/azure-pipelines.yml index 2ecf2d5034604..f20f81c993ac1 100644 --- a/eng/azure-pipelines.yml +++ b/eng/azure-pipelines.yml @@ -160,7 +160,7 @@ extends: - _BuildConfig: Release pool: name: Azure Pipelines - image: macos-13 + image: macos-14 os: macOS templateContext: sdl: