From 56c7fbba6863a161a3fbf3301f86411b7ee549ac Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 10 Oct 2024 18:14:43 +0200 Subject: [PATCH] Also support ubuntu24 --- .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 38549872..5cfb1fe6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,7 +153,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-22.04, ubuntu-20.04] + os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04] python-version: [3.8.x] system-deps: [true] cc-override: [default]