diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-21 15:22:48 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-21 15:22:48 +0200 |
commit | c49d346e3762fa06bf410d493f70411069d32590 (patch) | |
tree | ae8277627c67885371f5ab8bdf6e7583743779c1 | |
parent | 7a8d0a10ce25d20bdd2021920b0b5ebbc0d3f3a6 (diff) | |
download | afl++-c49d346e3762fa06bf410d493f70411069d32590.tar.gz |
remove ubuntu 18.04 from ci, no resources for this on github
-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 |