summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2021-06-15 07:50:01 +0200
committerJoel Rosdahl <joel@rosdahl.net>2021-06-15 07:50:01 +0200
commitfe553e172c39e8d9e9249003d2db02afa0c3e315 (patch)
treea90c91980aaec8312e3ddb131f250d1786f42778 /.github
parent720c3d52f50c62be1f6cb317ec1c5f0e5a34988b (diff)
downloadccache-fe553e172c39e8d9e9249003d2db02afa0c3e315.tar.gz
Test Clang 11 in CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 4e2ea598..8e9ed6c3 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"