From: Joel Rosdahl Date: Wed, 11 Mar 2026 20:21:44 +0000 (+0100) Subject: ci: Add macOS 15/26 builds X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7bf8e7fea2460226ad80ab08d2b0ece3b1bc632;p=thirdparty%2Fccache.git ci: Add macOS 15/26 builds Also bump Xcode version for macOS 14. --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ac6615f0..2cdd1ba3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -61,7 +61,16 @@ jobs: - os: macOS-14 compiler: xcode - version: "15.3" + version: "15.4" + + - os: macOS-15 + compiler: xcode + version: "16.4" + + - os: macOS-26 + compiler: xcode + version: "26.2" + steps: - name: Install dependencies on Linux if: runner.os == 'Linux'