summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci-pr.yml2
-rw-r--r--.github/workflows/ci.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml
index 12062b34..931df9e4 100644
--- a/.github/workflows/ci-pr.yml
+++ b/.github/workflows/ci-pr.yml
@@ -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:
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 68b46552..4c07460a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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: