From c9908695786566f0c4a91ed397c3c012d704e85f Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Wed, 10 Nov 2021 15:09:12 +0100 Subject: [PATCH] test VS2022 in CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8791e0496..3f25a21ec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,7 +71,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2016] # , windows-2019 + os: [windows-2016, windows-2022] # , windows-2019 steps: - uses: actions/checkout@v2 with: