From: Joel Rosdahl Date: Wed, 16 Oct 2024 19:17:33 +0000 (+0200) Subject: ci: Remove macOS-12 builds X-Git-Tag: v4.11~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07ef39ffb6f267b8d540744cef312d2358cb5140;p=thirdparty%2Fccache.git ci: Remove macOS-12 builds Says GitHub: "The macOS 12 runner image will be removed by December 3rd, 2024." --- 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"