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:
fanquake 2025-04-16 14:03:26 +01:00
parent db94ec9cad
commit 20a6cdabad
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -18,7 +18,7 @@ jobs:
working-directory: custom_mutators/rust working-directory: custom_mutators/rust
strategy: strategy:
matrix: matrix:
os: [ubuntu-22.04, ubuntu-20.04] os: [ubuntu-22.04]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install Rust Toolchain - name: Install Rust Toolchain