From 82a929ca219d24fa3d8c09b304909346ed75d4e2 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Thu, 25 Jul 2024 17:07:33 +0000 Subject: [PATCH] ci: run on macos --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba37907..5a3a67e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,10 @@ on: - main jobs: example: - runs-on: ubuntu-latest + strategy: + matrix: + os: [ubuntu-latest, macos-latest] + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 - name: Setup example