fix: Update Gitea workflows to use ubuntu-latest runner
Some checks failed
Dev Deployment (Zero Downtime) / deploy-dev (push) Failing after 8m34s

This commit is contained in:
2026-01-15 15:28:09 +01:00
parent 24608045fb
commit 098e7ab6f4
2 changed files with 65 additions and 26 deletions

View File

@@ -11,7 +11,7 @@ env:
jobs:
deploy-production:
runs-on: ubuntu-latest
runs-on: ubuntu-latest # Gitea Actions: Use runner with ubuntu-latest label
steps:
- name: Checkout code
uses: actions/checkout@v3