We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f23964a + ba55760 commit d8c62a0Copy full SHA for d8c62a0
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: [macos-latest, ubuntu-latest, windows-latest]
+ os: [macos-latest, ubuntu-latest]
16
steps:
17
- name: Notify slack success
18
if: success()
.github/workflows/ci.yml
0 commit comments