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.
1 parent 5f8b265 commit 15fea7dCopy full SHA for 15fea7d
.github/workflows/build.yaml
@@ -19,7 +19,7 @@ jobs:
19
if: "${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}"
20
strategy:
21
matrix:
22
- os: ["ubuntu-latest", "windows-latest"]
+ os: ["ubuntu-latest"]
23
runs-on: "${{ matrix.os }}"
24
steps:
25
- name: "checkout repository"
0 commit comments