mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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.
This commit is contained in:
3
.github/workflows/cifuzz.yml
vendored
3
.github/workflows/cifuzz.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user