Skip to content

Commit 9048743

Browse files
yuwatajouyouyun
authored andcommitted
ci/oss-fuzz: switch to Ubuntu 24.04
With google/oss-fuzz#14112 and google/oss-fuzz#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 actions/runner-images#9977 and has been already fixed.
1 parent 8337a0d commit 9048743

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ on:
2222
- main
2323
jobs:
2424
Fuzzing:
25-
# FIXME: Figure out why 32-bit applications fail to run in docker on Ubuntu 24.04.
26-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2726
if: github.repository == 'systemd/systemd'
2827
concurrency:
2928
group: ${{ github.workflow }}-${{ matrix.sanitizer }}-${{ matrix.architecture }}-${{ github.ref }}

0 commit comments

Comments
 (0)