diff options
Diffstat (limited to '.github/workflows/cifuzz.yml')
-rw-r--r-- | .github/workflows/cifuzz.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index b93ea0e..f994f99 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml | |||
@@ -9,7 +9,7 @@ concurrency: | |||
9 | 9 | ||
10 | jobs: | 10 | jobs: |
11 | Fuzzing: | 11 | Fuzzing: |
12 | runs-on: ubuntu-latest | 12 | runs-on: ubuntu-24.04 |
13 | steps: | 13 | steps: |
14 | - name: Build Fuzzers | 14 | - name: Build Fuzzers |
15 | id: build | 15 | id: build |