diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5bb3871..4d7527f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -97,7 +97,7 @@ jobs: if: steps.cache-submodules.outputs.cache-hit != 'true' uses: jwlawson/actions-setup-cmake@v1.9 with: - cmake-version: '3.15.4' + cmake-version: '3.23.2' use-32bit: ${{ matrix.bits == 32 && matrix.os == 'windows-latest' }} - name: Build libuv if: steps.cache-submodules.outputs.cache-hit != 'true' @@ -116,7 +116,7 @@ jobs: args="$args -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreadedDebugDLL" fi if [ "$BITS" -eq 32 -a "$OS" == "windows-latest" ]; then - cmake -G "Visual Studio 16 2019" -A Win32 -S $(pwd) -B "build" $args + cmake -G "Visual Studio 17 2022" -A Win32 -S $(pwd) -B "build" $args else mkdir build || true cd build