diff options
| author | Maik Betka <9078425+voidptr127@users.noreply.github.com> | 2023-04-21 16:48:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-21 16:48:47 +0200 |
| commit | e99d4ba976721127e16493a6b5ad8387fdaa9821 (patch) | |
| tree | d19a6abca770c0ad2340722c69e0d5ff3bacab58 /.github/workflows | |
| parent | de717cd2255f05361b6a7b8eaeec40b15cb878af (diff) | |
| parent | dae5f94bce9ae1256f455dd6f281ae2f7d33f924 (diff) | |
| download | afl++-e99d4ba976721127e16493a6b5ad8387fdaa9821.tar.gz | |
Merge pull request #2 from AFLplusplus/dev
Dev
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed1f3228..03e4151d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: "${{ matrix.os }}" strategy: matrix: - os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04] + os: [ubuntu-22.04, ubuntu-20.04] env: AFL_SKIP_CPUFREQ: 1 AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES: 1 |
