Add macOS 11 test runner

Use official system name `macOS`

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2021-06-13 22:25:51 +02:00
parent 00dc654813
commit 1a7003fa07

View file

@ -42,9 +42,12 @@ jobs:
- name: "Ubuntu 20.04" - name: "Ubuntu 20.04"
runner: ubuntu-latest runner: ubuntu-latest
container: ubuntu2004 container: ubuntu2004
- name: "Mac OS X 10.15" - name: "macOS 10.15"
runner: macos-10.15 runner: macos-10.15
container: osx container: osx
- name: "macOS 11"
runner: macos-11
container: osx
runs-on: ${{ matrix.runner }} runs-on: ${{ matrix.runner }}
continue-on-error: ${{ matrix.continue-on-error == true }} continue-on-error: ${{ matrix.continue-on-error == true }}
steps: steps: