diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4327d20a..b17e9fcf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: uses: jwlawson/actions-setup-cmake@v2 with: # Use minimum supported version - cmake-version: '3.15.x' + cmake-version: '3.25.x' - name: Patch MSVC 4.2 run: | @@ -116,7 +116,7 @@ jobs: uses: jwlawson/actions-setup-cmake@v2 with: # Use minimum supported version - cmake-version: '3.15.x' + cmake-version: '3.25.x' - name: Patch MSVC 4.2 run: | diff --git a/.github/workflows/compare.yml b/.github/workflows/compare.yml index 1e1c3b31..96e4a853 100644 --- a/.github/workflows/compare.yml +++ b/.github/workflows/compare.yml @@ -73,7 +73,7 @@ jobs: uses: jwlawson/actions-setup-cmake@v2 with: # Use minimum supported version - cmake-version: '3.15.x' + cmake-version: '3.25.x' - name: Patch MSVC 4.2 run: |