From: Joel Rosdahl Date: Tue, 15 Jun 2021 05:50:01 +0000 (+0200) Subject: Test Clang 11 in CI X-Git-Tag: v4.4~206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe553e172c39e8d9e9249003d2db02afa0c3e315;p=thirdparty%2Fccache.git Test Clang 11 in CI --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4e2ea5984..8e9ed6c36 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -74,6 +74,10 @@ jobs: compiler: clang version: "10" + - os: ubuntu-20.04 + compiler: clang + version: "11" + - os: macOS-latest compiler: xcode version: "10.3"