Skip to content

Commit 2b7836d

Browse files
authored
ci: exclude nodejs 10, 12 and 14 tests running on macos (#2753)
1 parent 565e99a commit 2b7836d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/continuous-integration.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,13 @@ jobs:
8080
- macos-latest
8181
- ubuntu-latest
8282
- windows-latest
83-
83+
exclude:
84+
- node-version: 10
85+
os: macos-latest
86+
- node-version: 12
87+
os: macos-latest
88+
- node-version: 14
89+
os: macos-latest
8490
runs-on: ${{ matrix.os }}
8591
timeout-minutes: 5
8692

0 commit comments

Comments
 (0)