summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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"