From 7e4d2da15b316c30bf6b975ea904ab87225c41a5 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Fri, 18 Oct 2024 15:21:46 +0200 Subject: [PATCH] Also run CI on Mac and Windows --- .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 29fbdfa..1ec545d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-latest, macos-latest, windows-latest] node-version: - 18.x - 20.x