From c621c2705bed6e3f20ed7fe02bc054d0c8fb1e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 15 Jun 2025 12:15:45 +0200 Subject: [PATCH] Bump the windows version used in the Initialization job --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3ee82cf5..e8b9742b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ jobs: - job: Initialization pool: - vmImage: 'windows-2019' + vmImage: 'windows-2022' steps: - template: azure-pipelines-build-number.yml