Run pre-merge checks in mac os as well as ubutnu+win (#4900)

This commit is contained in:
Tommaso Sciortino 2025-07-25 16:09:37 -07:00 committed by GitHub
parent 17331001a0
commit f9cfb20897
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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