diff options
author | fanquake <fanquake@gmail.com> | 2023-03-30 10:39:58 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-04-10 10:57:05 +0100 |
commit | 676671527f08ef8113af3661de73db583f6ea9e2 (patch) | |
tree | 0e2a2d0895842279f934322d89f8768fdc5216e9 /.cirrus.yml | |
parent | d544d03ba6c7ed3c5879c8bc1108f45d0aac2798 (diff) |
test: LLVM/Clang 16 for MSAN jobs
Sync up with other CI infra.
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 5db906c3bd..5c319c08b7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -243,10 +243,10 @@ task: FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh" task: - name: '[MSan, depends] [focal]' + name: '[MSan, depends] [lunar]' << : *GLOBAL_TASK_TEMPLATE container: - image: ubuntu:focal + image: ubuntu:lunar env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV FILE_ENV: "./ci/test/00_setup_env_native_msan.sh" |