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 83d742a commit 8ac1947Copy full SHA for 8ac1947
.github/workflows/ci-2024-cpp.yml
@@ -87,7 +87,7 @@ jobs:
87
88
- name: Configure CMake for Windows
89
if: runner.os == 'Windows'
90
- run: cmake -S ${{github.workspace}} -B ${{github.workspace}}/build -G "Visual Studio 17 2024" ${{ matrix.archWin }}
+ run: cmake -S ${{github.workspace}} -B ${{github.workspace}}/build -G "Visual Studio 17 2022" ${{ matrix.archWin }}
91
92
- name: Configure CMake for macOS
93
if: runner.os == 'macOS'
0 commit comments