From 342c987fe79bf7d3b9e426e3aa769fa10886f840 Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Sat, 10 Jan 2026 13:55:13 -0500 Subject: [PATCH 1/2] [release/9.0] Bump internal MacOS build image to MacOS15 --- eng/pipelines/common/xplat-setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/common/xplat-setup.yml b/eng/pipelines/common/xplat-setup.yml index 9fb8d0395e71cc..96b8c2f4c1d73b 100644 --- a/eng/pipelines/common/xplat-setup.yml +++ b/eng/pipelines/common/xplat-setup.yml @@ -178,7 +178,7 @@ jobs: # OSX Internal Pool ${{ if and(in(parameters.osGroup, 'osx', 'maccatalyst', 'ios', 'iossimulator', 'tvos', 'tvossimulator'), ne(variables['System.TeamProject'], 'public')) }}: name: "Azure Pipelines" - vmImage: 'macOS-13' + vmImage: 'macOS-15' os: macOS # Official Build Windows Pool From 914b849ef3b04d72d19df5bd545deca12f98b6f6 Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Sat, 10 Jan 2026 13:59:23 -0500 Subject: [PATCH 2/2] Update eng/pipelines/common/xplat-setup.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- eng/pipelines/common/xplat-setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/common/xplat-setup.yml b/eng/pipelines/common/xplat-setup.yml index 96b8c2f4c1d73b..af28c0b41e1999 100644 --- a/eng/pipelines/common/xplat-setup.yml +++ b/eng/pipelines/common/xplat-setup.yml @@ -178,7 +178,7 @@ jobs: # OSX Internal Pool ${{ if and(in(parameters.osGroup, 'osx', 'maccatalyst', 'ios', 'iossimulator', 'tvos', 'tvossimulator'), ne(variables['System.TeamProject'], 'public')) }}: name: "Azure Pipelines" - vmImage: 'macOS-15' + vmImage: 'macos-15' os: macOS # Official Build Windows Pool