Skip to content

Commit 390eb97

Browse files
committed
Disabled Windows platform in CI tests
- Disabled the Windows platform in CI build and tests - forgot that Patchify is not Windows-compatible yet.
1 parent 141c55a commit 390eb97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Basic checks
1717
strategy:
1818
matrix:
19-
os: [ ubuntu-latest, macos-latest, windows-latest ]
19+
os: [ ubuntu-latest, macos-latest ] # windows-latest is not supported
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v4
@@ -51,7 +51,7 @@ jobs:
5151
name: Feature combination checks
5252
strategy:
5353
matrix:
54-
os: [ ubuntu-latest, macos-latest, windows-latest ]
54+
os: [ ubuntu-latest, macos-latest ] # windows-latest is not supported
5555
runs-on: ${{ matrix.os }}
5656
steps:
5757
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)