diff options
author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-08-22 08:08:54 +0900 |
---|---|---|
committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-08-22 08:08:54 +0900 |
commit | ea11e4fb68fb50c3b8f9e96e0e502583da912246 (patch) | |
tree | 600b5d2550f664dab6d56301e253541281d08d2c /ci | |
parent | 56930aacaad04a6a87d8e2483696097f10dc9aa3 (diff) | |
download | rust-libc-ea11e4fb68fb50c3b8f9e96e0e502583da912246.tar.gz |
Update Windows Server and Visual Studio versions to 2019
Diffstat (limited to 'ci')
-rw-r--r-- | ci/azure.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/azure.yml b/ci/azure.yml index 66ec3edf18..d2f46f9360 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 |