From 0dce5176ca420b2a8bb624a9890bef17d0b30248 Mon Sep 17 00:00:00 2001 From: Adrian Popescu Date: Tue, 5 Dec 2023 19:12:48 +0200 Subject: [PATCH] [GitActions] Remove windows os --- .github/workflows/build.yml | 2 +- src/vies-dotnet-api/vies-dotnet-api.csproj | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6ab1ad..b2b6061 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/src/vies-dotnet-api/vies-dotnet-api.csproj b/src/vies-dotnet-api/vies-dotnet-api.csproj index 6de1d75..de6f06c 100644 --- a/src/vies-dotnet-api/vies-dotnet-api.csproj +++ b/src/vies-dotnet-api/vies-dotnet-api.csproj @@ -7,7 +7,6 @@ net7.0;net6.0;net5.0;netstandard2.1;netstandard2.0 false MA0051;MA0110;IDE0063; -