diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index d119185889..37f6e02b31 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 }}