From f9cfb208974b02218c59a55acddbec07b2514fb7 Mon Sep 17 00:00:00 2001 From: Tommaso Sciortino Date: Fri, 25 Jul 2025 16:09:37 -0700 Subject: [PATCH] Run pre-merge checks in mac os as well as ubutnu+win (#4900) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e00b1f71..ddc1288d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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