From 12f5e7a2914ad18d687467c9aa033aca3bb26798 Mon Sep 17 00:00:00 2001 From: Asizon <43983086+Asizon@users.noreply.github.com> Date: Sat, 6 Nov 2021 08:45:28 +0100 Subject: [PATCH] update azure windows image --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 775d61f1..aa391b29 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,7 +45,7 @@ stages: - job: 'Windows' pool: - vmImage: 'vs2017-win2016' + vmImage: 'windows-2022' steps: - task: UseNode@1