From 02fea5b412f5f1ba6a6466a64b53aca44bad897c Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 19 Oct 2025 13:16:19 +0900 Subject: [PATCH] ci/oss-fuzz: switch to Ubuntu 24.04 With https://github.com/google/oss-fuzz/pull/14112 and https://github.com/google/oss-fuzz/pull/14128, we can now use Ubuntu 24.04. Let's bump the image version. Note, the i386 build failure mentioned in the removed comment is related to https://bugs.launchpad.net/ubuntu/+source/linux-signed-azure/+bug/2071445 https://github.com/actions/runner-images/issues/9977 and has been already fixed. --- .github/workflows/cifuzz.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index d1191858891..37f6e02b312 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -22,8 +22,7 @@ on: - main jobs: Fuzzing: - # FIXME: Figure out why 32-bit applications fail to run in docker on Ubuntu 24.04. - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.repository == 'systemd/systemd' concurrency: group: ${{ github.workflow }}-${{ matrix.sanitizer }}-${{ matrix.architecture }}-${{ github.ref }} -- 2.47.3