From 3160789701463bcd822c26010da4de33c92c85d9 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Mon, 22 Nov 2021 03:31:50 +0200 Subject: [PATCH] [ci] windows-2016 image is going away in a bit https://github.com/actions/virtual-environments/issues/4312 windows-latest is the same as windows-2019, but we are using explicit windows-2019 image for when they become different. --- .github/workflows/msvc-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/msvc-ci.yml b/.github/workflows/msvc-ci.yml index 7c9f5bc76..22f22fc0b 100644 --- a/.github/workflows/msvc-ci.yml +++ b/.github/workflows/msvc-ci.yml @@ -12,10 +12,10 @@ jobs: strategy: matrix: - os: [windows-2016, windows-latest] + os: [windows-2019, windows-latest] include: - - name: msvc-2017-x86 - os: windows-2016 + - name: msvc-2019-x86 + os: windows-2019 ARCH: x86 - name: msvc-2019-amd64 os: windows-latest