Merge pull request #2384 from fanquake/ubuntu_20_04_removed

Ubuntu 20.04 removed by GitHub
This commit is contained in:
van Hauser 2025-04-16 17:52:30 +02:00 committed by GitHub
commit 0bb64e4bc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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