chore: remove deprecated image form CI matrix

This commit is contained in:
Matthias
2025-02-11 18:15:16 +01:00
parent 78d213a8a0
commit d00f82a641

View File

@@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ "ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04" ]
os: [ "ubuntu-22.04", "ubuntu-24.04" ]
python-version: ["3.10", "3.11", "3.12"]
steps: