aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-05-24 12:09:30 +0100
committerfanquake <fanquake@gmail.com>2023-05-29 17:20:50 +0100
commit5763b232e6e6a0f72d046f8aa322b39328be135b (patch)
treeff76317a127b6d102debf96d347b637c16a3accd /.cirrus.yml
parentd3cbcbf62693ad7394b3f8693b1c08d4271903fa (diff)
downloadbitcoin-5763b232e6e6a0f72d046f8aa322b39328be135b.tar.xz
ci: return to using Ubuntu 22.04 in MSAN jobs
We no-longer need to use 23.04, now that we aren't installing clang-16 and friends.
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 cd522a4978..6af5638f8f 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -252,11 +252,11 @@ task:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
task:
- name: '[MSan, depends] [lunar]'
+ name: '[MSan, depends] [jammy]'
<< : *GLOBAL_TASK_TEMPLATE
container:
docker_arguments:
- CI_IMAGE_NAME_TAG: ubuntu:lunar
+ CI_IMAGE_NAME_TAG: ubuntu:jammy
FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"
env:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV