Skip to content

Commit f987bed

Browse files
authored
don't test on macOS
1 parent f98a297 commit f987bed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/nodejs.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ on: [push]
55
jobs:
66
build:
77

8-
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
9-
runs-on: ${{ matrix.os }}
8+
runs-on: ubuntu-latest
109

1110
strategy:
1211
matrix:
1312
node-version: [8.x, 10.x, 12.x]
14-
os: [ubuntu-latest, macOS-latest]
1513

1614
steps:
1715
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)