Skip to content

Commit 44b6d7d

Browse files
authored
chore: remove windows from actions
Ref: #809 (comment)
1 parent 76bdde5 commit 44b6d7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/validate.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ jobs:
44
main:
55
strategy:
66
matrix:
7-
os: [ubuntu-latest, windows-latest]
87
node: [10.14.2, 12, 14, 15]
9-
runs-on: ${{ matrix.os }}
8+
runs-on: ubuntu-latest
109
steps:
1110
- name: ⬇️ Checkout repo
1211
uses: actions/checkout@v2

0 commit comments

Comments
 (0)