Skip to content

Commit

Permalink
Change to windows-2022
Browse files Browse the repository at this point in the history
Update latest cmake
  • Loading branch information
talregev committed Apr 13, 2024
1 parent d04e1e0 commit 4167516
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/windows-config/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
config:
name: ${{ matrix.arch }}-config
runs-on: windows-latest
runs-on: windows-2022
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 4167516

Please sign in to comment.