From 07ef39ffb6f267b8d540744cef312d2358cb5140 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 16 Oct 2024 21:17:33 +0200 Subject: [PATCH] ci: Remove macOS-12 builds Says GitHub: "The macOS 12 runner image will be removed by December 3rd, 2024." --- .github/workflows/build.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 40861082..29a36aed 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -83,14 +83,6 @@ jobs: # compiler: gcc # version: "14" - - os: macOS-12 - compiler: xcode - version: "13.4.1" - - - os: macOS-12 - compiler: xcode - version: "14.2" - - os: macOS-13 compiler: xcode version: "15.0.1" -- 2.47.2