Skip to content

Commit 91da0d4

Browse files
authored
Update ci.yml
1 parent ed39f6a commit 91da0d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [windows-latest, ubuntu-latest, macos-latest]
15+
os: [windows-latest, ubuntu-latest]
1616
steps:
1717

1818
- name: 'Checking out repo code'
@@ -25,4 +25,4 @@ jobs:
2525
2626
- name: 'Run L0 tests'
2727
run: |
28-
npm run test
28+
npm run test

0 commit comments

Comments
 (0)