test: run ci exclude windows

This commit is contained in:
guanghechen 2024-07-19 16:04:08 +08:00
parent c28927140a
commit 4cfb17ea15

View file

@ -16,7 +16,8 @@ jobs:
matrix:
node_version:
- 20.x
os: [ubuntu-latest]
- 22.x
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v3