diff options
| author | Adonais Romero González <[email protected]> | 2022-10-18 16:47:17 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-18 16:47:17 -0700 |
| commit | d3cf84a5118cd2aec491aaa4e4d0b9a57eb384ba (patch) | |
| tree | 029d5f3691b477edd20fe078cc7edd6412239297 | |
| parent | fe277cd05fb1e0362af65b45777e20dfe251dbcf (diff) | |
Upgrade actions environment to Windows 2022 (#794)
| -rw-r--r-- | .github/workflows/ci-pr.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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: |
