We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1fbca commit aec0898Copy full SHA for aec0898
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
build:
14
strategy:
15
matrix:
16
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest]
17
runs-on: ${{ matrix.os }}
18
19
steps:
0 commit comments