We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb357dd commit 149fe50Copy full SHA for 149fe50
1 file changed
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
fetch-depth: 0
48
49
- name: Configure CMake
50
- run: cmake -B ${{ github.workspace }}/build -DCMAKE_BUILD_TYPE=${{ matrix.config }} -G "Visual Studio 18 2026" -A ${{ matrix.platform }}
+ run: cmake -B ${{ github.workspace }}/build -DCMAKE_BUILD_TYPE=${{ matrix.config }} -G "Visual Studio 17 2022" -A ${{ matrix.platform }}
51
52
- name: Build
53
run: cmake --build ${{ github.workspace }}/build --config ${{ matrix.config }} --parallel
0 commit comments