Update MSVC build
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 44f4116..6cfe36b 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml
@@ -86,17 +86,17 @@ cxx_compiler: g++ os: macos-latest - - name: cmake-win64:msvc2019-rel + - name: cmake-win64:msvc-rel build_system: cmake - cmake_generator: Visual Studio 16 2019 + cmake_generator: Visual Studio 17 2022 cmake_config: Release - os: windows-2019 + os: windows-latest - - name: cmake-win64:msvc2019-dbg + - name: cmake-win64:msvc-dbg build_system: cmake - cmake_generator: Visual Studio 16 2019 + cmake_generator: Visual Studio 17 2022 cmake_config: Debug - os: windows-2019 + os: windows-latest - name: fuzz:clang15 build_system: fuzz