From 1448f62fc8c643ed9bf4edb9cbcf342e2caf987b Mon Sep 17 00:00:00 2001 From: LukasJuraczka Date: Tue, 30 Dec 2025 13:31:54 +0100 Subject: [PATCH] =?UTF-8?q?Runs-on=20zu=20ubuntu-latest=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-deploy.yaml b/.gitea/workflows/build-deploy.yaml index 88fb74e..5e701fd 100644 --- a/.gitea/workflows/build-deploy.yaml +++ b/.gitea/workflows/build-deploy.yaml @@ -6,7 +6,7 @@ on: jobs: deploy: - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Checkout Code uses: actions/checkout@v3