about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-03-25 13:11:18 +0000
committerbors <bors@rust-lang.org>2021-03-25 13:11:18 +0000
commit6e17a5c5fd086ebe6f57216fb3ce5d1d8d6c83e5 (patch)
treeb9b44f175fd9684ca8d973f261a64d6ae3063a37 /src/ci/github-actions
parentbba40880c0750f880119b4517821ffe0a96f74d1 (diff)
parentfcb37cb7d69e8272e0917a3735311cab96f92e17 (diff)
downloadrust-6e17a5c5fd086ebe6f57216fb3ce5d1d8d6c83e5.tar.gz
rust-6e17a5c5fd086ebe6f57216fb3ce5d1d8d6c83e5.zip
Auto merge of #83387 - cuviper:min-llvm-10, r=nagisa
Update the minimum external LLVM to 10

r? `@nikic`
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 c0a84444a59..a59a90b86bc 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -280,7 +280,7 @@ jobs:
           - name: mingw-check
             <<: *job-linux-xl
 
-          - name: x86_64-gnu-llvm-9
+          - name: x86_64-gnu-llvm-10
             <<: *job-linux-xl
 
           - name: x86_64-gnu-tools
@@ -412,7 +412,7 @@ jobs:
           - name: x86_64-gnu-distcheck
             <<: *job-linux-xl
 
-          - name: x86_64-gnu-llvm-9
+          - name: x86_64-gnu-llvm-10
             env:
               RUST_BACKTRACE: 1
             <<: *job-linux-xl