summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2021-10-22 10:50:07 -0700
committerJosh Stone <jistone@redhat.com>2021-10-22 10:50:07 -0700
commite9f545b9a952f193dbe15730bcbe47784b6e7cde (patch)
treea98c1ddfd4ca057030005fa5663764adb0db7b31 /.github
parent8b0e7095a0814edee204cbf8850a3f25e0ca2b1e (diff)
Update the minimum external LLVM to 12
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5ce1d4b2d4e..5278de2727e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
- name: mingw-check
os: ubuntu-latest-xl
env: {}
- - name: x86_64-gnu-llvm-11
+ - name: x86_64-gnu-llvm-12
os: ubuntu-latest-xl
env: {}
- name: x86_64-gnu-tools
@@ -274,7 +274,7 @@ jobs:
- name: x86_64-gnu-distcheck
os: ubuntu-latest-xl
env: {}
- - name: x86_64-gnu-llvm-11
+ - name: x86_64-gnu-llvm-12
env:
RUST_BACKTRACE: 1
os: ubuntu-latest-xl