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: