chore: remove macos from matrix as randomly takes lots of time

This commit is contained in:
Pooya Parsa 2021-08-09 20:21:15 +02:00
parent 72ae30de08
commit a5dfe69850

View File

@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest] # TODO: add windows-latest by #408
os: [ubuntu-latest] # TODO: add windows-latest by #408
node: [14]
steps:
@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest] # TODO: add windows-latest by #408
os: [ubuntu-latest] # TODO: add windows-latest by #408
node: [14]
steps: