mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Replace macOS 11 runner with macOS 14
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
cbc4967a6c
commit
85d119ed98
1 changed files with 3 additions and 3 deletions
6
.github/workflows/tests.yaml
vendored
6
.github/workflows/tests.yaml
vendored
|
@ -45,15 +45,15 @@ jobs:
|
|||
- name: "Ubuntu 22.04"
|
||||
runner: ubuntu-latest
|
||||
container: ubuntu2204
|
||||
- name: "macOS 11"
|
||||
runner: macos-11
|
||||
container: osx-11
|
||||
- name: "macOS 12"
|
||||
runner: macos-12
|
||||
container: osx-12
|
||||
- name: "macOS 13"
|
||||
runner: macos-13
|
||||
container: osx-13
|
||||
- name: "macOS 14"
|
||||
runner: macos-14
|
||||
container: osx-14
|
||||
runs-on: ${{ matrix.runner }}
|
||||
continue-on-error: ${{ matrix.continue-on-error == true }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue