summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2021-10-19 10:24:26 -0700
committerJosh Stone <jistone@redhat.com>2021-10-22 09:22:18 -0700
commit65150af1b4841feeb8b81f1ada60de1191912590 (patch)
tree224932be576d326b9b056bffcd236093a82d083b /src/ci/github-actions
parent68a698baf6bfc61d85ce6e25122a092c60c7f21a (diff)
downloadrust-65150af1b4841feeb8b81f1ada60de1191912590.tar.gz
rust-65150af1b4841feeb8b81f1ada60de1191912590.zip
Update the minimum external LLVM to 11
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index eb16cf3c762..904e5637870 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -284,7 +284,7 @@ jobs:
           - name: mingw-check
             <<: *job-linux-xl
 
-          - name: x86_64-gnu-llvm-10
+          - name: x86_64-gnu-llvm-11
             <<: *job-linux-xl
 
           - name: x86_64-gnu-tools
@@ -431,7 +431,7 @@ jobs:
           - name: x86_64-gnu-distcheck
             <<: *job-linux-xl
 
-          - name: x86_64-gnu-llvm-10
+          - name: x86_64-gnu-llvm-11
             env:
               RUST_BACKTRACE: 1
             <<: *job-linux-xl