From 47fa6862e3b9436331ca6125771d55ad0d9c04a9 Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Sat, 29 Oct 2022 19:48:11 +0700 Subject: [PATCH] add msvc 2022 to CI --- .github/workflows/windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5bbc0b8..5d154bd 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -12,6 +12,8 @@ jobs: # https://github.com/actions/virtual-environments/tree/main/images/win - { os: "windows-2019", vs: "Visual Studio 2019", arch: "x86" } - { os: "windows-2019", vs: "Visual Studio 2019", arch: "x64" } + - { os: "windows-2022", vs: "Visual Studio 2022", arch: "x86" } + - { os: "windows-2022", vs: "Visual Studio 2022", arch: "x64" } name: "${{matrix.config.vs}} ${{matrix.config.arch}}" steps: - uses: actions/checkout@v2