From 0b7a66aa002ebb3520fb97ee70670bc75a5e1916 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 23 Dec 2024 11:18:44 +0100 Subject: [PATCH] Check with Ubuntu 24.04 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ca5a8da66..7d5bdb019 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -252,7 +252,7 @@ jobs: lint-pylint: name: Check pylint - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: prepare steps: - name: Check out code from GitHub