From 78577f2ba2cd6f486bac92be9716e04cf88db92c Mon Sep 17 00:00:00 2001 From: Kim Grasman Date: Mon, 24 May 2021 21:00:53 +0200 Subject: [ci] Pin CI to LLVM 12 for clang_12 branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3