From e2bf3a6f70eb87f2589913ab58c3c38bd0194550 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Tue, 8 Apr 2025 20:07:24 +0800 Subject: [PATCH] bump to windows 2025 (#24853) (cherry picked from commit 052ceca3c19ba9a9c59820f40394d28188e59865) --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4779591307..628d91527f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,16 +36,16 @@ jobs: CPU: amd64 NIM_COMPILE_TO_CPP: true Windows_amd64_batch0_3: - vmImage: 'windows-2019' + vmImage: 'windows-2025' CPU: amd64 # see also: `NIM_TEST_PACKAGES` NIM_TESTAMENT_BATCH: "0_3" Windows_amd64_batch1_3: - vmImage: 'windows-2019' + vmImage: 'windows-2025' CPU: amd64 NIM_TESTAMENT_BATCH: "1_3" Windows_amd64_batch2_3: - vmImage: 'windows-2019' + vmImage: 'windows-2025' CPU: amd64 NIM_TESTAMENT_BATCH: "2_3"