Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 9b906b1

Browse files
committed
chore: support for macos and windows
1 parent 3e0a829 commit 9b906b1

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: true
1919
matrix:
20-
os:
21-
[
22-
macos-latest,
23-
macos-13,
24-
ubuntu-latest,
25-
ubuntu-20.04,
26-
windows-latest,
27-
windows-2022,
28-
]
20+
os: [macos-latest, macos-13, windows-latest, windows-2022]
2921
node-version: [18.x, 20.x, 22.x]
30-
command: [install, ci]
3122

3223
timeout-minutes: 15
3324
steps:

0 commit comments

Comments
 (0)