From 9c4e528a98427b40a62b9e532cb00e2069e9e561 Mon Sep 17 00:00:00 2001 From: Carlo Corradini Date: Mon, 17 Feb 2025 15:19:23 +0100 Subject: [PATCH] chore(ci): matrix.os added windows-latest and macos-latest --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3d0b8b..3f7ed8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ jobs: - 18 - 20 os: - # - macOS-latest - # - windows-latest # I don't have a Windows machine to debug - ubuntu-latest + - windows-latest + - macos-latest runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4