From dfecf8075f14d836ac328814999814764b1751d2 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 21 Mar 2022 10:43:52 +0100 Subject: [PATCH] Try to change windows image for CI (#1807) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 26c2213a..5b1053b9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ stages: strategy: matrix: windows-stable: - imageName: 'vs2017-win2016' + imageName: 'windows-2019' rustup_toolchain: stable mac-stable: imageName: 'macos-11'