diff options
author | fanquake <fanquake@gmail.com> | 2023-04-03 10:17:49 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-04-05 11:43:42 +0100 |
commit | a56c96507a9e943bbcd7e126bc827de9495f0ebd (patch) | |
tree | 00f9231b80839dfe3f8f2b869979eb2f4e7aac31 /.cirrus.yml | |
parent | 8c3cc4cad3c1554cf718b06e4a605df7ef5574a4 (diff) |
ci: use clang-16 in tidy task
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |