Remove 'macOS 12' runner

GitHub is removing the `macOS 12` runner image by 2024-12-03
See https://github.com/actions/runner-images/issues/10721

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2024-11-22 17:30:39 +01:00 committed by Thomas Lauf
parent 70aea4b9bc
commit 89fd60fe8a

View file

@ -45,9 +45,6 @@ jobs:
- name: "Ubuntu 22.04" - name: "Ubuntu 22.04"
runner: ubuntu-latest runner: ubuntu-latest
container: ubuntu2204 container: ubuntu2204
- name: "macOS 12"
runner: macos-12
container: osx-12
- name: "macOS 13" - name: "macOS 13"
runner: macos-13 runner: macos-13
container: osx-13 container: osx-13