We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6e852 commit 709b6aeCopy full SHA for 709b6ae
1 file changed
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
strategy:
8
matrix:
9
- os: [macos-latest, ubuntu-latest, windows-latest]
+ os: [macos-latest, ubuntu-latest]
10
runs-on: ${{ matrix.os }}
11
steps:
12
- uses: actions/checkout@v3
0 commit comments