From 3cc00dd76fb7702ca6827a10c7c7b731602a711c Mon Sep 17 00:00:00 2001 From: 0xMax42 Date: Tue, 7 Oct 2025 20:32:40 +0200 Subject: [PATCH] chore(ci): update runner image to ubuntu-latest --- .gitea/workflows/build-and-deploy-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-deploy-release.yml b/.gitea/workflows/build-and-deploy-release.yml index 3ce0ac0..6ece7fe 100644 --- a/.gitea/workflows/build-and-deploy-release.yml +++ b/.gitea/workflows/build-and-deploy-release.yml @@ -6,7 +6,7 @@ on: jobs: build-and-publish: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Checkout Repository