From 026c72b70aa38f9ba077800db7d1123cc955e419 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Mon, 17 Aug 2026 10:58:26 +0200 Subject: [PATCH] ci: upgrade GitHub Actions runner --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66346d0..3ce665d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: tests: name: "Tests" - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-24.04" strategy: fail-fast: false @@ -55,7 +55,7 @@ jobs: upload_coverage: name: "Upload coverage to Codecov" - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-24.04" needs: - "tests" @@ -77,7 +77,7 @@ jobs: coding-standards: name: "Coding Standards" - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-24.04" strategy: matrix: