Run pre-merge checks in mac os as well as ubutnu+win (#4900)
This commit is contained in:
parent
17331001a0
commit
f9cfb20897
|
@ -52,7 +52,7 @@ jobs:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
node-version: [20.x, 22.x, 24.x]
|
node-version: [20.x, 22.x, 24.x]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
Loading…
Reference in New Issue