From 065c64f519d53aaa0f663b8a811b87cb1fec053a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Tue, 5 Jan 2021 09:19:15 +0100 Subject: [PATCH] fixup! ci: run on two macOS platforms --- .github/workflows/macOS.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macOS.yaml b/.github/workflows/macOS.yaml index 2004f4712..ca8486ec9 100644 --- a/.github/workflows/macOS.yaml +++ b/.github/workflows/macOS.yaml @@ -5,8 +5,12 @@ on: push jobs: build-test: name: Build & unit tests & sanity check - # https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#github-hosted-runners - runs-on: [ macOS-latest, macos-11.0 ] + + runs-on: ${{ matrix.os }} + strategy: + matrix: + # https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#github-hosted-runners + os: [ macos-latest, macos-11.0 ] steps: - name: Checkout resolver code -- 2.47.2