From a78fcc94b813c81166118909330e144a4fb18a37 Mon Sep 17 00:00:00 2001 From: Sergey Bronnikov Date: Wed, 25 Feb 2026 15:43:01 +0300 Subject: [PATCH] cfl: bump Ubuntu to 24.04 CFL supports building and running fuzzers in an Ubuntu 24.04 environment, see [1]. The patch bumps Ubuntu version to 24.04. 1. https://google.github.io/oss-fuzz/getting-started/continuous-integration/#ubuntu-2404-support --- .clusterfuzzlite/project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.clusterfuzzlite/project.yaml b/.clusterfuzzlite/project.yaml index dea95c75..e37f5088 100644 --- a/.clusterfuzzlite/project.yaml +++ b/.clusterfuzzlite/project.yaml @@ -1,3 +1,4 @@ +base_os_version: ubuntu-24-04 homepage: "https://luajit.org/" language: c primary_contact: "estetus@gmail.com"