Skip to content

Commit

Permalink
Remove Windows, instead as macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
catull committed Oct 11, 2021
1 parent 8ba7ac5 commit a9f7575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
node: [ '16', '15', '14' ]
os: [ windows-latest, ubuntu-latest ]
os: [ macos-latest, ubuntu-latest ]
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
steps:
- name: Tell if project is using npm or yarn
Expand Down

0 comments on commit a9f7575

Please sign in to comment.