From 07302e1a5e247afd10f560ddcf8a6d3c170d0513 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Thu, 22 Jun 2023 12:39:54 +0000 Subject: [PATCH] verify if it works also on macos --- .github/workflows/setup.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 0239c85..18cbe0d 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -1,4 +1,5 @@ name: Setup Crosup + on: push: branches: @@ -10,8 +11,11 @@ on: jobs: setup-crosup: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} continue-on-error: true + strategy: + matrix: + os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v2 - name: Install Nix