Skip to content

Commit 77b0083

Browse files
author
Kelly Selden
committed
exclude macos jobs
1 parent b30a905 commit 77b0083

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
test-command:
3333
- test:fast
3434
- test:slow
35+
exclude:
36+
- os: macos-latest
37+
node: 13
38+
- os: macos-latest
39+
node: 8
40+
test-command: test:fast
3541

3642
runs-on: ${{ matrix.os }}
3743

0 commit comments

Comments
 (0)