From 30af55e30b5aa691b7158e627f947be0ac89a85f Mon Sep 17 00:00:00 2001 From: Stephan Vedder Date: Wed, 4 May 2022 16:31:21 +0200 Subject: Only ad VS2019 --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73c1121f..06bff27c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,8 +42,9 @@ jobs: strategy: matrix: version: - - 'windows-2016' - - 'windows-latest' + # - 'windows-2016' DEPRECATED unfortunately + - 'windows-2019' + - 'windows-2022' fail-fast: false runs-on: ${{ matrix.version }} -- cgit v1.2.3