From e43cec90444037307d26155c4b77bc3cfbe1156a Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Tue, 8 Feb 2022 12:16:55 +0000 Subject: [PATCH] Use `windows-2019` for runner analyze checks --- .github/workflows/pr-checks.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 704f9e31db..994eee140b 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -182,7 +182,9 @@ jobs: runner-analyze-csharp-windows: name: Runner windows C# analyze needs: [check-js, check-node-modules] - runs-on: windows-latest + # Build tracing currently does not support Windows 2022, so use `windows-2019` instead of + # `windows-latest`. + runs-on: windows-2019 steps: - uses: actions/checkout@v2 @@ -301,7 +303,9 @@ jobs: runner-analyze-csharp-autobuild-windows: name: Runner windows autobuild C# analyze needs: [check-js, check-node-modules] - runs-on: windows-latest + # Build tracing currently does not support Windows 2022, so use `windows-2019` instead of + # `windows-latest`. + runs-on: windows-2019 steps: - uses: actions/checkout@v2