From: Joel Rosdahl Date: Sun, 9 Feb 2025 17:37:02 +0000 (+0100) Subject: ci: Test more Clang versions available in ubuntu-24 X-Git-Tag: v4.11~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ec736393ad091281094ef12c94f84a2f66b0866;p=thirdparty%2Fccache.git ci: Test more Clang versions available in ubuntu-24 --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8e356769..b13e68b2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -54,6 +54,18 @@ jobs: compiler: gcc version: "14" + - os: ubuntu-24.04 + compiler: clang + version: "16" + + - os: ubuntu-24.04 + compiler: clang + version: "17" + + - os: ubuntu-24.04 + compiler: clang + version: "18" + - os: macOS-13 compiler: xcode version: "15.0.1"