From ea11e4fb68fb50c3b8f9e96e0e502583da912246 Mon Sep 17 00:00:00 2001 From: Yuki Okushi <huyuumi.dev@gmail.com> Date: Sat, 22 Aug 2020 08:08:54 +0900 Subject: [PATCH] Update Windows Server and Visual Studio versions to 2019 --- ci/azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/azure.yml b/ci/azure.yml index 66ec3edf..d2f46f93 100644 --- a/ci/azure.yml +++ b/ci/azure.yml @@ -102,7 +102,7 @@ jobs: - job: Windows pool: - vmImage: vs2017-win2016 + vmImage: windows-2019 steps: - template: azure-install-rust.yml - bash: LIBC_CI=1 sh ./ci/run.sh $TARGET -- GitLab