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

View File

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