From ff3415a50d1223e57e951812641fc475f60a13b5 Mon Sep 17 00:00:00 2001 From: MrDave1999 Date: Fri, 1 Dec 2023 20:31:50 -0500 Subject: [PATCH] chore: Update dotnetcore.yml Very slow tests in windows-latest --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 9dd4c24..d50aef9 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -12,7 +12,7 @@ jobs: build: strategy: matrix: - os: [windows-latest, ubuntu-latest] + os: [ubuntu-latest] dotnet-version: ['8.x'] runs-on: ${{ matrix.os }} steps: