aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-01-17 21:55:37 +0100
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-01-18 12:59:11 +0100
commitdddd462137a85225955d4c2bcdb52e1e4235bff0 (patch)
treebc94c7a0a78f92485e4bd314c8d14f17cb7f3232 /.cirrus.yml
parent500f25d88037e3a48bc90fbdb90fd59ee335acdd (diff)
downloadbitcoin-dddd462137a85225955d4c2bcdb52e1e4235bff0.tar.xz
Bump minimum python version to 3.7
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 bd9ad490ae..97fe9866ae 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -295,10 +295,10 @@ task:
FILE_ENV: "./ci/test/00_setup_env_i686_multiprocess.sh"
task:
- name: '[no wallet, libbitcoinkernel] [bionic]'
+ name: '[no wallet, libbitcoinkernel] [buster]'
<< : *GLOBAL_TASK_TEMPLATE
container:
- image: ubuntu:bionic
+ image: debian:buster
env:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
FILE_ENV: "./ci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh"