fuzzing.yml: Bump to Ubuntu 24.04

Due to broken(?) CMake in Ubuntu 22.04, symptom was:
> CMake Error: Error required internal CMake variable not set, cmake may not be built correctly.
> Missing variable is:
> CMAKE_CXX_LINK_EXECUTABLE
> CMake Generate step failed.  Build files cannot be regenerated correctly.
This commit is contained in:
Sebastian Pipping 2025-02-02 17:25:54 +01:00
parent 8d7f50bc6e
commit 69a7a7090d

View file

@ -42,7 +42,7 @@ permissions:
jobs:
run_fuzzers:
name: Run fuzzing regression tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2