Skip to content

Commit 9acb265

Browse files
committed
Only build on linux
1 parent d0d9077 commit 9acb265

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
@@ -16,18 +16,12 @@ jobs:
1616
matrix:
1717
os:
1818
- ubuntu-latest
19-
- macos-latest
20-
- windows-latest
2119
node:
2220
- '16'
2321
- '18'
2422
include:
2523
- os: ubuntu-latest
2624
os_name: Linux
27-
- os: macos-latest
28-
os_name: macOS
29-
- os: windows-latest
30-
os_name: Windows
3125
steps:
3226
- name: Checkout
3327
uses: actions/checkout@v3

0 commit comments

Comments
 (0)