Skip to content

Commit ea30540

Browse files
timwojarr2036
authored andcommitted
Bump Windows CMake generator to Visual Studio 2022
1 parent dbc515b commit ea30540

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ jobs:
3636
- name: Configure build system
3737
run: |
3838
cmake --version
39-
cmake -S . -B build_x64 -A x64 -G "Visual Studio 16 2019" -DSTATICLIB=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=ON
39+
cmake -S . -B build_x64 -A x64 -G "Visual Studio 17 2022" -DSTATICLIB=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=ON
4040
4141
- name: Build libkqueue
4242
run: |
4343
cmake --build build_x64 --target install --config Release --parallel 1
44-

0 commit comments

Comments
 (0)