From: Yu Watanabe Date: Sun, 19 Oct 2025 04:16:19 +0000 (+0900) Subject: ci/oss-fuzz: switch to Ubuntu 24.04 X-Git-Tag: v259-rc1~272 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02fea5b412f5f1ba6a6466a64b53aca44bad897c;p=thirdparty%2Fsystemd.git 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. --- 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 }}