Skip to content

Commit

Permalink
Use windows-2022 runner for VS builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Feb 24, 2025
1 parent 78dd0b3 commit 3e837fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
]
},
win-vs32: {
runs-on: windows-2019,
runs-on: windows-2022,
env: {
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
},
Expand Down Expand Up @@ -92,7 +92,7 @@
]
},
win-vs64: {
runs-on: windows-2019,
runs-on: windows-2022,
env: {
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
},
Expand Down

0 comments on commit 3e837fa

Please sign in to comment.