Skip to content

Commit

Permalink
ci: use only ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed May 14, 2020
1 parent 37fe5a9 commit d2c57d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [10, 12]
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
node: [10]

steps:
- uses: actions/setup-node@v1
Expand Down

0 comments on commit d2c57d1

Please sign in to comment.