We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3831b5e commit 1af578cCopy full SHA for 1af578c
.github/workflows/test.yml
@@ -7,7 +7,8 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, macos-latest]
11
+ # os: [ubuntu-latest, windows-latest, macos-latest]
12
runs-on: ${{ matrix.os }}
13
steps:
14
- name: Checkout code
0 commit comments