ci: remove windows from tests
This commit is contained in:
parent
29f3ffee60
commit
fa37e3e1a0
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
node: ['12.x', '14.x', '16.x']
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
os: [ubuntu-latest, macOS-latest]
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
|
|
|||
Loading…
Reference in a new issue