mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
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:
parent
8d7f50bc6e
commit
69a7a7090d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/fuzzing.yml
vendored
2
.github/workflows/fuzzing.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue