Skip to content

Commit

Permalink
Change to windows-2022
Browse files Browse the repository at this point in the history
Update vcpkg hash
Update latest cmake
  • Loading branch information
talregev committed Apr 13, 2024
1 parent d04e1e0 commit 637cf60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion deps/vcpkg/manifest/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Open source robotics simulator.",
"homepage": "http://gazebosim.org",
"license": "Apache-2.0",
"builtin-baseline": "10e052511428d6b0c7fcc63a139e8024bb146032",
"builtin-baseline": "ad3bae57455a3c3ce528fcd47d8e8027d0498add",
"dependencies": [
"boost-asio",
"boost-date-time",
Expand Down

0 comments on commit 637cf60

Please sign in to comment.