We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23518e5 commit 3218b38Copy full SHA for 3218b38
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,8 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- os: [windows-latest, ubuntu-latest, macos-latest]
+ os: [windows-latest]
18
+ # os: [windows-latest, ubuntu-latest, macos-latest]
19
steps:
20
- uses: actions/checkout@v1
21
- name: Run Continuous Integration
0 commit comments