From 19f276a82d023ea53e0440ed264bdc4e113e66eb Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Fri, 22 Nov 2024 17:30:39 +0100 Subject: [PATCH] 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 --- .github/workflows/tests.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 445d73b1..f20df7a9 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -45,9 +45,6 @@ jobs: - name: "Ubuntu 22.04" runner: ubuntu-latest container: ubuntu2204 - - name: "macOS 12" - runner: macos-12 - container: osx-12 - name: "macOS 13" runner: macos-13 container: osx-13