Skip to content

Commit e8c8907

Browse files
committed
chore: drop darwin
1 parent 05f0c73 commit e8c8907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, windows-latest, macos-latest]
17+
os: [ubuntu-latest, windows-latest]
1818
# node v10 disable, see https://github.com/jsdom/jsdom/issues/2795
1919
# node: [10, 12, 14]
2020
node: [12, 14]

0 commit comments

Comments
 (0)