diff options
author | MarcoFalke <falke.marco@gmail.com> | 2022-02-08 20:24:47 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2022-02-08 20:23:21 +0100 |
commit | fa27745ccbdf8df7949a2e79dba18de49dc89169 (patch) | |
tree | e58e9526b158b3d0d68a9d7e318f6a99235ed592 /.cirrus.yml | |
parent | fab8cd5f8764883dc48695c0e0916bae42f1cfdc (diff) |
ci: Bump fuzz tasks to jammy
This gives them a newer clang version, which may have more sanitizers
available.
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index d9ee048913..e9500617f4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -236,10 +236,10 @@ task: MAKEJOBS: "-j4" # Avoid excessive memory use task: - name: '[fuzzer,address,undefined,integer, no depends] [focal]' + name: '[fuzzer,address,undefined,integer, no depends] [jammy]' << : *GLOBAL_TASK_TEMPLATE container: - image: ubuntu:focal + image: ubuntu:jammy cpu: 4 # Increase CPU and memory to avoid timeout memory: 16G env: |