From dc40d826b643b462aa7b3612befbcf311c82f427 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 27 Mar 2025 11:51:23 +0100 Subject: [PATCH] feat: update workflow to run on ubuntu-latest instead of self-hosted --- .gitea/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 2f0be3d..388f3a6 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -4,7 +4,7 @@ on: [push] jobs: Build-Gradle: - runs-on: self-hosted + runs-on: ubuntu-latest steps: # - name: Checkout Repository