mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Upgrade test infrastructure (#670)
* Drop Ubuntu 20.04 test runner * Add macOS 15 test runner Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
331433c688
commit
9b91a7ac71
1 changed files with 3 additions and 3 deletions
6
.github/workflows/tests.yaml
vendored
6
.github/workflows/tests.yaml
vendored
|
@ -36,9 +36,6 @@ jobs:
|
|||
- name: "OpenSUSE Tumbleweed"
|
||||
runner: ubuntu-latest
|
||||
container: opensusetumbleweed
|
||||
- name: "Ubuntu 20.04"
|
||||
runner: ubuntu-latest
|
||||
container: ubuntu2004
|
||||
- name: "Ubuntu 22.04"
|
||||
runner: ubuntu-latest
|
||||
container: ubuntu2204
|
||||
|
@ -51,6 +48,9 @@ jobs:
|
|||
- name: "macOS 14"
|
||||
runner: macos-14
|
||||
container: osx-14
|
||||
- name: "macOS 15"
|
||||
runner: macos-15
|
||||
container: osx-15
|
||||
runs-on: ${{ matrix.runner }}
|
||||
continue-on-error: ${{ matrix.continue-on-error == true }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue