diff options
| author | van Hauser <vh@thc.org> | 2023-04-22 11:40:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-22 11:40:50 +0200 |
| commit | dbb317162415a28e3fd2ff4c574292c924493a00 (patch) | |
| tree | 190be094155fbdc8bf642f3b84942c4ad1808060 /.github/workflows | |
| parent | a326c23210dc2ace37bf1cadcc4521cf5d0b58cb (diff) | |
| parent | 6bd48a48cbed1f923ff0999ea24af1f548c2e2bc (diff) | |
| download | afl++-dbb317162415a28e3fd2ff4c574292c924493a00.tar.gz | |
Merge pull request #1712 from AFLplusplus/dev
push to stable
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 |
