From a634c288c34627eb4ea6f919c99339256f490ede Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 29 Mar 2023 16:05:59 +0100 Subject: ci: use LLVM/clang-16 in native_fuzz (ASAN) job Similar to #27298. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 237572f2e4..ee0486b6d1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -271,10 +271,10 @@ task: MAKEJOBS: "-j4" # Avoid excessive memory use task: - name: '[fuzzer,address,undefined,integer, no depends] [jammy]' + name: '[fuzzer,address,undefined,integer, no depends] [lunar]' << : *GLOBAL_TASK_TEMPLATE container: - image: ubuntu:jammy + image: ubuntu:lunar cpu: 4 # Increase CPU and memory to avoid timeout memory: 16G env: -- cgit v1.2.3