We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b40e2 commit 2bb76e1Copy full SHA for 2bb76e1
.github/workflows/CI.yml
@@ -11,7 +11,7 @@ jobs:
11
test:
12
strategy:
13
matrix:
14
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, windows-latest]
15
runs-on: ${{matrix.os}}
16
steps:
17
- uses: actions/checkout@v2
0 commit comments