From 1a17b6c8f6b38820b739a1b93c903e3ca846a664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guilloux?= Date: Sun, 13 Mar 2022 16:05:24 +0100 Subject: [PATCH] Change: [Actions] Remove VS2017 and restore VS2019 for CI (#9835) --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 5b69c1eea1..b7016b1650 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -237,7 +237,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, windows-2016] + os: [windows-latest, windows-2019] arch: [x86, x64] runs-on: ${{ matrix.os }}