summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommaso Sciortino <[email protected]>2025-07-25 16:09:37 -0700
committerGitHub <[email protected]>2025-07-25 23:09:37 +0000
commitf9cfb208974b02218c59a55acddbec07b2514fb7 (patch)
tree889cc49db181b9babc772b9d4d2fdaa45bb7e830
parent17331001a0ac10212097c50797eda287296bf27a (diff)
Run pre-merge checks in mac os as well as ubutnu+win (#4900)
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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