Skip to content

Commit 8c6175c

Browse files
committed
#2964 - disable tests for .net48
1 parent 21c34fb commit 8c6175c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@ jobs:
136136
matrix:
137137
os: [windows-latest, ubuntu-latest, macos-latest]
138138
targetFramework: [net48, net5.0, net6.0, netcoreapp3.1]
139+
exclude:
140+
-
141+
os: 'ubuntu-latest'
142+
targetFramework: net48
143+
-
144+
os: 'macos-latest'
145+
targetFramework: net48
139146
fail-fast: false
140147

141148
steps:

0 commit comments

Comments
 (0)