Skip to content

Commit

Permalink
remove windows from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 19, 2024
1 parent 5063b46 commit 0768324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]

runs-on: ${{ matrix.os }}
defaults:
Expand Down

0 comments on commit 0768324

Please sign in to comment.