Skip to content

Commit 8ac1947

Browse files
author
Pascal Guenther
committed
FIx CI
1 parent 83d742a commit 8ac1947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-2024-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Configure CMake for Windows
8989
if: runner.os == 'Windows'
90-
run: cmake -S ${{github.workspace}} -B ${{github.workspace}}/build -G "Visual Studio 17 2024" ${{ matrix.archWin }}
90+
run: cmake -S ${{github.workspace}} -B ${{github.workspace}}/build -G "Visual Studio 17 2022" ${{ matrix.archWin }}
9191

9292
- name: Configure CMake for macOS
9393
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)