test: run ci exclude windows
This commit is contained in:
parent
c28927140a
commit
4cfb17ea15
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pr-gated.yml
vendored
3
.github/workflows/pr-gated.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue