Skip to content

Commit 149fe50

Browse files
committed
Go back to 2022 MSVC support
CMake on windows-latest still isn't ready for 4.2.x
1 parent fb357dd commit 149fe50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fetch-depth: 0
4848

4949
- name: Configure CMake
50-
run: cmake -B ${{ github.workspace }}/build -DCMAKE_BUILD_TYPE=${{ matrix.config }} -G "Visual Studio 18 2026" -A ${{ matrix.platform }}
50+
run: cmake -B ${{ github.workspace }}/build -DCMAKE_BUILD_TYPE=${{ matrix.config }} -G "Visual Studio 17 2022" -A ${{ matrix.platform }}
5151

5252
- name: Build
5353
run: cmake --build ${{ github.workspace }}/build --config ${{ matrix.config }} --parallel

0 commit comments

Comments
 (0)