msvc: update to Visual Studio 2022

Signed-off-by: Lev Stipakov <lev@openvpn.net>
pull/570/head
Lev Stipakov 2022-12-14 17:50:35 +02:00 committed by Selva Nair
parent 061e653a19
commit 78bdc6ff4f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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",