Skip to content

Commit 808f8ba

Browse files
committed
exclude macos with netcoreapp3.1 testing
1 parent 5f473bc commit 808f8ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ jobs:
134134
matrix:
135135
os: [windows-latest, ubuntu-latest, macos-latest]
136136
targetFramework: [net6.0, netcoreapp3.1]
137+
exclude:
138+
- os: macos-latest
139+
targetFramework: netcoreapp3.1
137140
fail-fast: false
138141

139142
steps:

0 commit comments

Comments
 (0)