Skip to content

Commit 58351d3

Browse files
committed
removed windows again from platforms
1 parent a93af5e commit 58351d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [ ubuntu-latest, macos-latest, windows-latest]
22+
os: [ ubuntu-latest, macos-latest]
2323
runs-on: ${{ matrix.os }}
2424
defaults:
2525
run:

0 commit comments

Comments
 (0)