From 241fcf8b6bc703bd49befff0e376a82dcb481c1d Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Fri, 5 Aug 2022 11:34:00 +0200 Subject: [PATCH] Add msvc (windows-2022) image to GitHub Actions (nonstd-lite-project issue 62) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d46593..9f5b7aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: msvc: strategy: matrix: - os: [windows-2019] + os: [windows-2019, windows-2022] runs-on: ${{ matrix.os }}