summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdonais Romero Gonzalez <[email protected]>2022-11-02 17:11:27 -0700
committerAdonais Romero Gonzalez <[email protected]>2022-11-02 17:11:27 -0700
commit96e23c8f1172e227122de5c66390e8e5b4028831 (patch)
tree0c441c3583564f28fe241922281429ca4018a84a
parentf20a01318ddb570731de91f62e94b37550139b28 (diff)
parentd3cf84a5118cd2aec491aaa4e4d0b9a57eb384ba (diff)
Merge branch 'main' into develop
-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: