From 66248ff4dbafdff577df74e4d9a8e948389fab09 Mon Sep 17 00:00:00 2001 From: Billy O'Neal Date: Fri, 10 Jan 2025 14:50:57 -0800 Subject: [PATCH] Fix compiler testing to use the current OS image. (#43208) --- scripts/azure-pipelines/windows-unstable/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/azure-pipelines/windows-unstable/azure-pipelines.yml b/scripts/azure-pipelines/windows-unstable/azure-pipelines.yml index bc2d5e6998f6ba..e194e28e7b5f57 100644 --- a/scripts/azure-pipelines/windows-unstable/azure-pipelines.yml +++ b/scripts/azure-pipelines/windows-unstable/azure-pipelines.yml @@ -6,7 +6,7 @@ jobs: - job: x64_windows pool: name: vcpkg-testing-msvc - demands: ImageVersionOverride -equals 2024.11.18 + demands: ImageVersionOverride -equals 2024.12.16 workspace: clean: resources timeoutInMinutes: 2880 # 2 days