From 9d8c7fdf8ec0a1df1b0f70585b775cb3a0c82cfa Mon Sep 17 00:00:00 2001 From: Dominion Date: Sat, 20 May 2023 11:53:21 -0400 Subject: [PATCH] You fucking win GitHub. Windows Live Tests on 2019 --- .github/workflows/ci-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index c5d154e8e2..0d46a56e45 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -315,7 +315,7 @@ jobs: matrix: watchdog-type: [ 'Basic', 'System' ] configuration: [ 'Debug', 'Release' ] - runs-on: windows-latest + runs-on: windows-2019 steps: - name: Setup dotnet uses: actions/setup-dotnet@v2