Replace macOS 11 runner with macOS 14

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2024-06-25 22:50:00 +02:00
parent cbc4967a6c
commit 85d119ed98

View file

@ -45,15 +45,15 @@ jobs:
- name: "Ubuntu 22.04" - name: "Ubuntu 22.04"
runner: ubuntu-latest runner: ubuntu-latest
container: ubuntu2204 container: ubuntu2204
- name: "macOS 11"
runner: macos-11
container: osx-11
- name: "macOS 12" - name: "macOS 12"
runner: macos-12 runner: macos-12
container: osx-12 container: osx-12
- name: "macOS 13" - name: "macOS 13"
runner: macos-13 runner: macos-13
container: osx-13 container: osx-13
- name: "macOS 14"
runner: macos-14
container: osx-14
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: