From a56c96507a9e943bbcd7e126bc827de9495f0ebd Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 3 Apr 2023 10:17:49 +0100 Subject: ci: use clang-16 in tidy task --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index ee0486b6d1..5db906c3bd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -80,10 +80,10 @@ task: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV task: - name: 'tidy [bookworm]' + name: 'tidy [lunar]' << : *GLOBAL_TASK_TEMPLATE container: - image: debian:bookworm + image: ubuntu:lunar cpu: 2 memory: 5G # For faster CI feedback, immediately schedule the linters -- cgit v1.2.3