From d3cf84a5118cd2aec491aaa4e4d0b9a57eb384ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adonais=20Romero=20Gonz=C3=A1lez?= Date: Tue, 18 Oct 2022 16:47:17 -0700 Subject: [PATCH] Upgrade actions environment to Windows 2022 (#794) --- .github/workflows/ci-pr.yml | 2 +- .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 12062b340..931df9e4d 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 68b46552d..4c07460a7 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: