From 3ce6540a8f4b3ccf9e310d3bc4c2f544a76401ee Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Sat, 9 May 2026 14:03:13 +0200 Subject: [PATCH] chore: update CI/CD runner to ubuntu-latest --- .gitea/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cicd.yml b/.gitea/workflows/cicd.yml index 2a11006..363b3b1 100644 --- a/.gitea/workflows/cicd.yml +++ b/.gitea/workflows/cicd.yml @@ -38,7 +38,7 @@ jobs: name: Build & Push Docker Image needs: lint if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') - runs-on: gitea-runner-on-dsm + runs-on: ubuntu-latest permissions: packages: write contents: read