From 885286e3f6d8b868391d1c3202aa767777f8567d Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Wed, 27 Mar 2024 20:52:02 -0400 Subject: [PATCH] fix(ci): runner matrix --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2d79d3..a158a2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,10 @@ jobs: examples: name: run examples needs: [ download_test_data ] + strategy: + fail-fast: false + matrix: + runner: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.runner }} steps: - uses: actions/checkout@v4