Skip to content

Commit cd4277b

Browse files
committed
Only install check on linux
1 parent 5a55a27 commit cd4277b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,12 @@ jobs:
6767
matrix:
6868
os:
6969
- ubuntu-latest
70-
- macos-latest
71-
- windows-latest
7270
node:
7371
- '16'
7472
- '18'
7573
include:
7674
- os: ubuntu-latest
7775
os_name: Linux
78-
- os: macos-latest
79-
os_name: macOS
80-
- os: windows-latest
81-
os_name: Windows
8276
steps:
8377
- name: Setup Node.js
8478
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)