From e26f80607f96bb42e65f368880b4cd00e6038d5f Mon Sep 17 00:00:00 2001 From: Jordan Shatford Date: Sat, 23 Mar 2024 20:42:13 +1100 Subject: [PATCH] chore(ci): run on windows and macos --- .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 6f1e0e6da..5713f98e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] + os: [macos-latest, ubuntu-latest, windows-latest] node-version: [18.x, 20.x, 21.x] steps: - uses: actions/checkout@v4