From eac7d71199679f697f6cc22022df9dd8332b7458 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 13 Jun 2024 17:34:08 +0200 Subject: [PATCH] Run CI against ubuntu 24.04 --- .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 5fc423994..8a86e49b0 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 ] + os: [ "ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04" ] python-version: ["3.9", "3.10", "3.11", "3.12"] steps: