From fe0b8069eeed44ae68caf343f54b86829345c153 Mon Sep 17 00:00:00 2001 From: shivaraj-bh Date: Wed, 30 Aug 2023 13:22:56 +0530 Subject: [PATCH] init --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 10047ed2..07a1ee9a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,10 @@ on: pull_request: jobs: checks: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v3 - name: Install Nix