ci: Bump nowallet_libbitcoinkernel task to ubuntu:focal

This is needed to work around
https://github.com/bitcoin/bitcoin/pull/27340#issuecomment-1484988445

The only change should be that python3.7 is bumped to 3.8, but this is
fine because ci/test/00_setup_env_native_qt5.sh still checks for
python3.7 compatibility.
This commit is contained in:
MarcoFalke
2023-03-29 15:51:03 +02:00
parent fabc7d90a9
commit fa4a46de0b
2 changed files with 5 additions and 6 deletions

View File

@@ -303,11 +303,11 @@ task:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
task:
name: '[no wallet, libbitcoinkernel] [buster]'
name: '[no wallet, libbitcoinkernel] [focal]'
<< : *GLOBAL_TASK_TEMPLATE
container:
docker_arguments:
CI_IMAGE_NAME_TAG: debian:buster
CI_IMAGE_NAME_TAG: ubuntu:focal
FILE_ENV: "./ci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh"
<< : *CREDITS_TEMPLATE
env: