Skip to content

Commit

Permalink
chore: remove windows from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds authored Nov 5, 2020
1 parent 76bdde5 commit 44b6d7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ jobs:
main:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node: [10.14.2, 12, 14, 15]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 44b6d7d

Please sign in to comment.