Skip to content

Commit 9114a4f

Browse files
committed
ci: drop Windows in ci workflow
current ci run fails with useless error messages on Windows platform https://github.com/swiing/BitArray/actions/runs/6057302530/job/16438303643 This is clearly not linked to the library itself, but to the environment setup. Having too much pain to make ci run properly on Windows. Nevermind, drop it for now.
1 parent a041fa1 commit 9114a4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
node-version: [16.x, 18.x, 20.x]
14-
os: [ubuntu-latest, windows-latest, macOS-latest]
14+
os: [ubuntu-latest, macOS-latest] # , windows-latest
1515

1616
runs-on: ${{ matrix.os }}
1717

0 commit comments

Comments
 (0)