From d00f82a64185621245d23d1d3a4b0162dc029275 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 11 Feb 2025 18:15:16 +0100 Subject: [PATCH] chore: remove deprecated image form CI matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94867b0a4..5b3b9eab4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: