From 195b6bdff070913129f310f4fe68b42b5c8ba0a6 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 14 Aug 2022 16:39:40 +0200 Subject: [PATCH] Fix outdated release windows image --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 87ab341a6..f6432ad0f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -52,7 +52,7 @@ stages: strategy: matrix: windows-stable: - imageName: 'vs2017-win2016' + imageName: 'windows-2019' rustup_toolchain: stable target: 'x86_64-pc-windows-msvc' mac-stable: