aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-06-13 09:15:00 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-06-19 10:44:11 -0400
commitfa05f44893d228f672f39436d0cb6b3376f81ac2 (patch)
treed52862898abd1833ad08c1e72284897284b9854c /.cirrus.yml
parentfad67208914e5a74b64f4cc018368902ef3a2e9b (diff)
downloadbitcoin-fa05f44893d228f672f39436d0cb6b3376f81ac2.tar.xz
ci: Upgrade most ci configs to focal
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 9610fdf33c..9c2598d606 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -48,9 +48,9 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
# - choco install python --version=3.7.7 -y
task:
- name: 'x86_64 Linux [GOAL: install] [bionic] [no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer]'
+ name: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer]'
<< : *GLOBAL_TASK_TEMPLATE
container:
- image: ubuntu:bionic
+ image: ubuntu:focal
env:
FILE_ENV: "./ci/test/00_setup_env_native_asan.sh"