Skip to content

Commit

Permalink
test macos-11 and macos-10.15 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Oct 5, 2021
1 parent 65dde9d commit 9e63caa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e63caa

Please sign in to comment.