]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci/oss-fuzz: switch to Ubuntu 24.04
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 19 Oct 2025 04:16:19 +0000 (13:16 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 21 Oct 2025 06:09:24 +0000 (15:09 +0900)
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

index d1191858891cf6b73192035f83e5198d4d1803cd..37f6e02b31226cf892f1eb63a409baa7374d2f55 100644 (file)
@@ -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 }}