From 04c7403ed3e86005760028d50f35cc2917fdf323 Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Wed, 10 Nov 2021 15:32:02 +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 bd336cb18..6a6e0937e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -78,7 +78,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2016, windows-2019] + os: [windows-2016, windows-2019, windows-2022] steps: - uses: actions/checkout@v2 with: