Skip to content

Commit

Permalink
[GitActions] Remove windows os
Browse files Browse the repository at this point in the history
  • Loading branch information
zapadi committed Dec 5, 2023
1 parent 68027c8 commit 0dce517
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest]
dotnet-version: ['3.x.x', '5.x.x', '6.x.x', '7.x.x']

steps:
Expand Down
1 change: 0 additions & 1 deletion src/vies-dotnet-api/vies-dotnet-api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<TargetFrameworks>net7.0;net6.0;net5.0;netstandard2.1;netstandard2.0</TargetFrameworks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<NoWarn>MA0051;MA0110;IDE0063;</NoWarn>

</PropertyGroup>

<PropertyGroup Label="Package">
Expand Down

0 comments on commit 0dce517

Please sign in to comment.