From 43e7417037fdabb888403707ff5af25eac04931f Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Wed, 18 Jun 2025 12:39:35 +0200 Subject: [PATCH] Bump ubunto --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 7dd0cb9..f4d9c81 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -4,7 +4,7 @@ on: [push] jobs: test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.10 env: RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache steps: @@ -43,7 +43,7 @@ jobs: build: needs: test - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.10 env: RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache steps: