Skip to content

Commit

Permalink
chore: get rid of windows
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Dec 13, 2021
1 parent 35750d6 commit 1736d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
node-version: [14.x]

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

0 comments on commit 1736d5c

Please sign in to comment.