Skip to content

Commit fd07026

Browse files
committed
remove macos due to ratelimits
1 parent 1cd2008 commit fd07026

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
os: [ubuntu-latest, macos-latest, windows-latest]
9+
os: [ubuntu-latest, windows-latest]
1010
# https://nodejs.org/en/about/releases/
1111
node: [10, 12, 14]
1212
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)