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:
|
matrix:
|
||||||
node_version:
|
node_version:
|
||||||
- 20.x
|
- 20.x
|
||||||
os: [ubuntu-latest]
|
- 22.x
|
||||||
|
os: [ubuntu-latest, macOS-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue