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
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
node-version: [20.x, 22.x, 24.x]
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Reference in New Issue