diff options
| author | Adonais Romero Gonzalez <[email protected]> | 2022-11-02 17:11:27 -0700 |
|---|---|---|
| committer | Adonais Romero Gonzalez <[email protected]> | 2022-11-02 17:11:27 -0700 |
| commit | 96e23c8f1172e227122de5c66390e8e5b4028831 (patch) | |
| tree | 0c441c3583564f28fe241922281429ca4018a84a | |
| parent | f20a01318ddb570731de91f62e94b37550139b28 (diff) | |
| parent | d3cf84a5118cd2aec491aaa4e4d0b9a57eb384ba (diff) | |
Merge branch 'main' into develop
| -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: |
