From: Joel Rosdahl Date: Tue, 25 Nov 2025 15:43:57 +0000 (+0100) Subject: ci: Remove obsolete macOS-13 build X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b52c63aca5422125407d1bd3e60713755270eaa3;p=thirdparty%2Fccache.git ci: Remove obsolete macOS-13 build --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 04d6b410..926de33c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -79,10 +79,6 @@ jobs: compiler: gcc version: "13" - - os: macOS-13 - compiler: xcode - version: "15.0.1" - - os: macOS-14 compiler: xcode version: "15.3"