summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Grasman <kim.grasman@gmail.com>2021-05-24 21:00:53 +0200
committerKim Grasman <kim.grasman@gmail.com>2021-05-24 21:05:47 +0200
commit78577f2ba2cd6f486bac92be9716e04cf88db92c (patch)
tree32e34baddb2dc969d5ba8aa26ab209303e96fe27
parent8652d6b1ed4c6e78785bd78bd0dfdfc92f17110a (diff)
[ci] Pin CI to LLVM 12 for clang_12 branch0.16
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f344df4..1f06014 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
fail-fast: false
env:
- LLVM_TAG:
+ LLVM_TAG: -12
steps:
- name: Install prerequisites