mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-02 13:30:42 +00:00
ci: drop usage of ubuntu:20.04
Support for this has been removed by GitHub: https://github.com/actions/runner-images/issues/11101.
This commit is contained in:
parent
db94ec9cad
commit
20a6cdabad
2
.github/workflows/rust_custom_mutator.yml
vendored
2
.github/workflows/rust_custom_mutator.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
working-directory: custom_mutators/rust
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-22.04, ubuntu-20.04]
|
||||
os: [ubuntu-22.04]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Rust Toolchain
|
||||
|
Loading…
x
Reference in New Issue
Block a user