From 416751695256846f7f12d8088d660908f457423b Mon Sep 17 00:00:00 2001 From: Tal Regev Date: Sat, 13 Apr 2024 21:58:29 +0300 Subject: [PATCH] Change to windows-2022 Update latest cmake --- .github/workflows/windows-config/action.yml | 3 +++ .github/workflows/windows.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows-config/action.yml b/.github/workflows/windows-config/action.yml index 23f16615e4..611a87bb5d 100644 --- a/.github/workflows/windows-config/action.yml +++ b/.github/workflows/windows-config/action.yml @@ -22,6 +22,9 @@ runs: with: arch: ${{ inputs.arch }} + - name: Configure cmake + uses: lukka/get-cmake@latest + - name: Fix vcpkg shell: cmd run: vcpkg.exe integrate remove diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2574370238..4d02853528 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -12,7 +12,7 @@ concurrency: jobs: config: name: ${{ matrix.arch }}-config - runs-on: windows-latest + runs-on: windows-2022 strategy: fail-fast: false matrix: