From 25fb726a8fab0f7056c48f31973dfc3ad61f2dab Mon Sep 17 00:00:00 2001 From: Mansoor Sarfraz Date: Tue, 31 Mar 2026 12:31:24 +1100 Subject: [PATCH] windows pool upgraded to 2022 --- .azure-pipelines/templates/variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/variables.yml b/.azure-pipelines/templates/variables.yml index b566ca86334..afd6aae868a 100644 --- a/.azure-pipelines/templates/variables.yml +++ b/.azure-pipelines/templates/variables.yml @@ -1,4 +1,4 @@ variables: ubuntu_pool: 'pool-ubuntu-2204' - windows_pool: 'pool-windows-2019' + windows_pool: 'pool-windows-2022' ubuntu_arm64_pool: 'pool-ubuntu-latest-arm64'