Skip to content

Commit

Permalink
chore: remove Windows support (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockstar committed Dec 16, 2023
1 parent f909d2e commit 3a636bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: [Ubuntu, macOS, Windows]
# TODO: Add "Windows" to this matrix
os: [Ubuntu, macOS]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3a636bc

Please sign in to comment.