From fd0b17c18cbdd386732064e5a9e58d298e6fc42d Mon Sep 17 00:00:00 2001 From: Daniel D'Avella Date: Thu, 25 Jul 2024 14:57:29 -0400 Subject: [PATCH] Try running on windows-2019 runner --- .github/workflows/dotnet.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 3db45392..103c574c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -9,14 +9,12 @@ on: jobs: build: - runs-on: windows-latest + runs-on: windows-2019 steps: - uses: actions/checkout@v4 - name: Setup .NET uses: actions/setup-dotnet@v4 - with: - dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore - name: Build