From 1438c324a460789f1004a307a3267bcca3ee0bd3 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 14 Apr 2021 21:18:23 -0700 Subject: [PATCH] ci: update drone CI to llvm 12 --- ci/drone/drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/drone/drone.yml b/ci/drone/drone.yml index 02df735b6b..5af5fe0350 100644 --- a/ci/drone/drone.yml +++ b/ci/drone/drone.yml @@ -7,7 +7,7 @@ platform: steps: - name: build-and-test - image: ziglang/static-base:llvm11-aarch64-1 + image: ziglang/static-base:llvm12-aarch64-1 environment: SRHT_OAUTH_TOKEN: from_secret: SRHT_OAUTH_TOKEN