diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index c856ceb..dda3e91 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -21,7 +21,7 @@ jobs: VCPKG_ROOT: ${{ github.workspace }}/vcpkg name: 'msvc - ${{matrix.arch}} - ${{ matrix.ossl }}${{ matrix.ovpn3.name }}' - runs-on: windows-2019 + runs-on: windows-latest steps: - uses: actions/checkout@v2 - uses: lukka/get-cmake@latest diff --git a/CMakePresets.json b/CMakePresets.json index 3373111..c85acca 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -5,7 +5,7 @@ "name": "base", "hidden": true, "binaryDir": "${sourceDir}/out/build/${presetName}", - "generator": "Visual Studio 16 2019", + "generator": "Visual Studio 17 2022", "cacheVariables": { "CMAKE_TOOLCHAIN_FILE": { "value": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",