From f681ab279f84cc3d9c6b11499488cf8d3fcb218b Mon Sep 17 00:00:00 2001 From: Sahil Manoj Bhatt Date: Wed, 15 Jan 2025 21:01:34 +0530 Subject: [PATCH] Upgrade runner image in pipeline from macos-12 to macos-14 (#5093) * upgrade runner image from macOS-12 to macos-14 and macos-14-arm64 * upgrade runner image from macOS-12 to macos-14 --- .azure-pipelines/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/pipeline.yml b/.azure-pipelines/pipeline.yml index c1c5dd6a77..179cdc3f34 100644 --- a/.azure-pipelines/pipeline.yml +++ b/.azure-pipelines/pipeline.yml @@ -319,7 +319,7 @@ extends: displayName: macOS (x64) pool: name: Azure Pipelines - image: macOS-12 + image: macos-14 os: macOS os: osx arch: x64 @@ -340,7 +340,7 @@ extends: displayName: macOS (ARM64) pool: name: Azure Pipelines - image: macOS-12 + image: macos-14 os: macOS os: osx arch: arm64