diff options
author | glozow <gloriajzhao@gmail.com> | 2023-02-28 10:55:20 +0000 |
---|---|---|
committer | ci <ci@ci.ci> | 2023-02-28 14:42:48 +0000 |
commit | a984beeca10e3ae1ceb3ea53e4dea778160e7079 (patch) | |
tree | b97821e64d2559aa0a4e60323277289d60704e3a /.cirrus.yml | |
parent | 519ec2650e7a4dd2850ff74cba403cf446a44a5a (diff) |
[ci] change lint to bookworm for git v2.38
Since 5497c14, verify-commits.py requires git merge-tree which is only
available in git v2.38 or later.
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 673bc427e1..80b8b2ac27 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -61,10 +61,10 @@ compute_credits_template: &CREDITS_TEMPLATE use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'bitcoin/bitcoin' && $CIRRUS_PR != "" task: - name: 'lint [jammy]' + name: 'lint [bookworm]' << : *BASE_TEMPLATE container: - image: ubuntu:jammy + image: debian:bookworm cpu: 1 memory: 1G # For faster CI feedback, immediately schedule the linters |