From: Vladimír Čunát Date: Tue, 5 Jan 2021 08:19:15 +0000 (+0100) Subject: fixup! ci: run on two macOS platforms X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Ftmp-ci-macOS;p=thirdparty%2Fknot-resolver.git fixup! ci: run on two macOS platforms --- 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