diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-11-13 11:26:30 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-11-13 11:19:36 +0100 |
commit | fafa66e424cd0c4a4ac3175e0d3b15a54626aa4b (patch) | |
tree | 93309a9c09c152bad4212812f6ae2a910accdf0f /.cirrus.yml | |
parent | c9dd5c8d6e59e27af98e99d2844d6ead8eec3162 (diff) |
ci: Replace soon EOL hirsute with jammy
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index f7962e951c..ef1b1267e2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -208,10 +208,10 @@ task: FILE_ENV: "./ci/test/00_setup_env_native_qt5.sh" task: - name: '[depends, sanitizers: thread (TSan), no gui] [hirsute]' + name: '[depends, sanitizers: thread (TSan), no gui] [jammy]' << : *GLOBAL_TASK_TEMPLATE container: - image: ubuntu:hirsute + image: ubuntu:jammy cpu: 6 # Increase CPU and Memory to avoid timeout memory: 24G env: @@ -229,10 +229,10 @@ task: FILE_ENV: "./ci/test/00_setup_env_native_msan.sh" task: - name: '[no depends, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [hirsute]' + name: '[no depends, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [jammy]' << : *GLOBAL_TASK_TEMPLATE container: - image: ubuntu:hirsute + image: ubuntu:jammy env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV FILE_ENV: "./ci/test/00_setup_env_native_asan.sh" |