We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93af5e commit 58351d3Copy full SHA for 58351d3
.github/workflows/codecov.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- os: [ ubuntu-latest, macos-latest, windows-latest]
+ os: [ ubuntu-latest, macos-latest]
23
runs-on: ${{ matrix.os }}
24
defaults:
25
run:
0 commit comments