Skip to content

Commit a984bee

Browse files
glozowci
authored andcommitted
[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.
1 parent 519ec26 commit a984bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ compute_credits_template: &CREDITS_TEMPLATE
6161
use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'bitcoin/bitcoin' && $CIRRUS_PR != ""
6262

6363
task:
64-
name: 'lint [jammy]'
64+
name: 'lint [bookworm]'
6565
<< : *BASE_TEMPLATE
6666
container:
67-
image: ubuntu:jammy
67+
image: debian:bookworm
6868
cpu: 1
6969
memory: 1G
7070
# For faster CI feedback, immediately schedule the linters

0 commit comments

Comments
 (0)