From 9e63caa1ef70ec806aeef1db95323b933f88b2e4 Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Tue, 5 Oct 2021 10:56:08 +0200 Subject: [PATCH] test macos-11 and macos-10.15 in CI --- .github/workflows/ci.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f071ea49e9..f85bd0705f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -212,7 +212,14 @@ jobs: & build/$env:CONFIG/tests build-macos: - runs-on: macos-latest + runs-on: ${{ matrix.os }} + name: build-${{ matrix.os }} + strategy: + fail-fast: false + matrix: + include: + - os: macos-10.15 + - os: macos-11 env: {CXX: clang++} steps: - uses: actions/checkout@v2