Skip to content

Commit d708601

Browse files
authored
Merge pull request #151 from http-party/eriktrom-ci-yml-fix-mac-os
Update .github/workflows/ci.yml to exclude macOS for old versions of node
2 parents 17107f4 + 0d2730b commit d708601

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ jobs:
99
matrix:
1010
node-version: [0.12.x, 4.x, 6.x, 8.x, 10.x, 12.x, 14.x, 16.x, 18.x]
1111
os: [ubuntu-latest, macos-latest, windows-latest]
12+
exclude:
13+
- os: macos-latest
14+
node-version: 0.12.x
15+
- os: macos-latest
16+
node-version: 4.x
17+
- os: macos-latest
18+
node-version: 6.x
19+
- os: macos-latest
20+
node-version: 8.x
21+
- os: macos-latest
22+
node-version: 10.x
23+
- os: macos-latest
24+
node-version: 12.x
25+
- os: macos-latest
26+
node-version: 14.x
1227

1328
runs-on: ${{ matrix.os }}
1429

0 commit comments

Comments
 (0)