mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Add macOS 11 test runner
Use official system name `macOS` Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
00dc654813
commit
1a7003fa07
1 changed files with 4 additions and 1 deletions
5
.github/workflows/tests.yaml
vendored
5
.github/workflows/tests.yaml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue