Skip to content

Commit a7310e5

Browse files
committed
Remove windows target from codecov
1 parent b03db69 commit a7310e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
run:
77
strategy:
88
matrix:
9-
os: [ ubuntu-latest, macos-latest, windows-latest ]
9+
os: [ ubuntu-latest, macos-latest ]
1010
go: [ 1.19.x ]
1111
runs-on: ${{ matrix.os }}
1212
steps:

0 commit comments

Comments
 (0)