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 141c55a commit 390eb97Copy full SHA for 390eb97
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Basic checks
17
strategy:
18
matrix:
19
- os: [ ubuntu-latest, macos-latest, windows-latest ]
+ os: [ ubuntu-latest, macos-latest ] # windows-latest is not supported
20
runs-on: ${{ matrix.os }}
21
steps:
22
- uses: actions/checkout@v4
@@ -51,7 +51,7 @@ jobs:
51
name: Feature combination checks
52
53
54
55
56
57
0 commit comments