about summary refs log tree commit diff homepage
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 9aaa99c7..c5427815 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -36,6 +36,7 @@ jobs:
     strategy:
       matrix:
         name: [
+                "LLVM 13",
                 "LLVM 12",
                 "LLVM 11",
                 "LLVM 10",
@@ -59,6 +60,9 @@ jobs:
                 "No TCMalloc, optimised runtime",
             ]
         include:
+          - name: "LLVM 13"
+            env:
+              LLVM_VERSION: 13
           - name: "LLVM 12"
             env:
               LLVM_VERSION: 12