From f4e0dbc1837a99a41d75532f4a8d6f5581c8401c Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 25 Aug 2025 13:49:21 +0200 Subject: [PATCH] Upgrade to an Ubuntu 24.04 runner --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7bde3c..9efafa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: [push, pull_request] jobs: tests: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4 @@ -22,7 +22,7 @@ jobs: run: 'make test' code-quality: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4