Skip to content

Commit 4d7d938

Browse files
authored
Update ci.yml
1 parent 41f8bb5 commit 4d7d938

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ jobs:
2828
node-version: [12]
2929
os: [ubuntu-latest, windows-latest, macOS-latest]
3030

31+
if: !(matrix.node-version == 12 && matrix.os == 'macOS-latest')
3132
steps:
3233
- uses: actions/checkout@v2
3334
- uses: actions/setup-node@v1
3435
with:
3536
node-version: ${{ matrix.node-version }}
3637
- run: yarn install --ignore-scripts
37-
- run: yarn run ci:test
38+
- run: yarn run ci:test

0 commit comments

Comments
 (0)