diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-03-22 15:21:39 +0000 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-03-22 15:21:39 +0000 |
commit | 8fe27fbed85311bbdcd75136ca13370d368a6f2f (patch) | |
tree | 4b3b0f1951096cba7abbac542400c9e51fdaf303 /.cirrus.yml | |
parent | a70911492fcd1f726782cca2f1ffac18c25e8fb4 (diff) |
ci: Use clang-15 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 80b8b2ac27..2ae49be7d2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -80,10 +80,10 @@ task: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV task: - name: 'tidy [jammy]' + name: 'tidy [bookworm]' << : *GLOBAL_TASK_TEMPLATE container: - image: ubuntu:jammy + image: debian:bookworm cpu: 2 memory: 5G # For faster CI feedback, immediately schedule the linters |