diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7c1882292..609fd5194 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -88,7 +88,7 @@ jobs: - name: Configure shell: pwsh run: | - cmake -S . -B build -G "Visual Studio 17 2022" -A x64 ` + cmake -S . -B build -G "Visual Studio 18 2026" -A x64 ` -DCMAKE_BUILD_TYPE=RelWithDebInfo ` -DEQEMU_BUILD_TESTS=ON ` -DEQEMU_BUILD_LOGIN=ON `