aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-01-16 13:30:00 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-01-16 13:30:00 +0000
commit123043e99cf3aab9eef7e381b133477b518ac4d0 (patch)
tree1929251872be740a8b89dec55657190b30f287aa /.cirrus.yml
parent9b86114058b3931c5b4ddc931a8a2cfdc8b085b6 (diff)
downloadbitcoin-123043e99cf3aab9eef7e381b133477b518ac4d0.tar.xz
ci: Bump lint task image to Ubuntu Jammy
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index a19c82c0e9..68eb92539e 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -64,10 +64,10 @@ compute_credits_template: &CREDITS_TEMPLATE
use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'bitcoin/bitcoin' && $CIRRUS_PR != ""
task:
- name: 'lint [bionic]'
+ name: 'lint [jammy]'
<< : *BASE_TEMPLATE
container:
- image: ubuntu:bionic
+ image: ubuntu:jammy
cpu: 1
memory: 1G
# For faster CI feedback, immediately schedule the linters