From b449ea2ed4a6b6109cb98ac63c79d10d22af814e Mon Sep 17 00:00:00 2001 From: Green Sky Date: Mon, 24 Nov 2025 12:32:49 +0100 Subject: [PATCH] chore(ci): update azure runner image to windows-2022 windows-2019 is EOL --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9313566e3..b940d5daf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ pool: - vmImage: "windows-2019" + vmImage: "windows-2022" jobs: - job: "vcpkg" strategy: