From 8c6175c22be82c2ccf4d3407483754a55e665c66 Mon Sep 17 00:00:00 2001 From: Artur Date: Wed, 26 Oct 2022 08:40:13 +0200 Subject: [PATCH] #2964 - disable tests for .net48 --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25b97437c7..2a2da1be3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,6 +136,13 @@ jobs: matrix: os: [windows-latest, ubuntu-latest, macos-latest] targetFramework: [net48, net5.0, net6.0, netcoreapp3.1] + exclude: + - + os: 'ubuntu-latest' + targetFramework: net48 + - + os: 'macos-latest' + targetFramework: net48 fail-fast: false steps: