From fc8260dfd2fa7fc19d50af2211b299c76529a9b1 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Wed, 24 Jun 2026 13:15:04 -0500 Subject: [PATCH] [ci] Bump hosted pool images to windows-2025 / macOS-15 The Microsoft-hosted `windows-2022` and `macOS-14` images are aging out: they have less capacity and surface deprecation warnings in pipeline runs. Bump to the current latest images (`windows-2025` and `macOS-15`) on the dnceng-public `Azure Pipelines` pool. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- build-tools/automation/azure-pipelines.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index 7a92bf384..30e3f39b2 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -23,8 +23,8 @@ variables: DotNetTargetFramework: net10.0 NetCoreTargetFrameworkPathSuffix: -$(DotNetTargetFramework) HostedPoolName: Azure Pipelines - HostedWinImage: windows-2022 - HostedMacImage: macOS-14 + HostedWinImage: windows-2025 + HostedMacImage: macOS-15 jobs: - job: windows_dotnet_build