From 62287bd0ad9f6c99d5935ca33036d85b45cb3890 Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Wed, 29 Nov 2023 10:06:04 +0100 Subject: [PATCH] ci: Check snapshots on macOS too --- .github/workflows/scip-snapshot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scip-snapshot.yml b/.github/workflows/scip-snapshot.yml index fd94d42ef..4c3f34f67 100644 --- a/.github/workflows/scip-snapshot.yml +++ b/.github/workflows/scip-snapshot.yml @@ -10,7 +10,10 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v3 - name: Install asdf.