Skip to content

Commit

Permalink
Upgrade actions environment to Windows 2022 (microsoft#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoAdonis authored Oct 18, 2022
1 parent fe277cd commit d3cf84a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
configuration: [Debug, Release]
platform: [x64, arm64]
runs-on: windows-2019
runs-on: windows-2022
env:
Solution_Path: general\echo\kmdf\kmdfecho.sln
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
configuration: [Debug, Release]
platform: [x64, arm64]
runs-on: windows-2019
runs-on: windows-2022
env:
Solution_Path: general\echo\kmdf\kmdfecho.sln
steps:
Expand Down

0 comments on commit d3cf84a

Please sign in to comment.