We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662d443 commit 9366ec2Copy full SHA for 9366ec2
1 file changed
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Configure CMake
25
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
26
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
27
- run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -G "Visual Studio 16 2019" -T host=x64 -A win32
+ run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -G "Visual Studio 17 2022" -T host=x64 -A win32
28
29
- name: Build
30
# Build your program with the given configuration
0 commit comments