From c0d2b3c71159491591baeabd6f0f80387a6a0d67 Mon Sep 17 00:00:00 2001 From: Martin Benjamins Date: Thu, 15 Aug 2024 23:44:01 +0200 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 595b29c..1f03f90 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -25,15 +25,9 @@ jobs: matrix: kind: ['windows'] include: - - kind: linux - os: ubuntu-latest - target: linux-x64 - kind: windows os: windows-latest target: win-x64 - - kind: macOS - os: macos-latest - target: osx-x64 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3