From d399dc92cc99fa664199eb0190f44543e74bd69f Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 27 Mar 2025 12:04:56 +0100 Subject: [PATCH] feat: update workflow to run on ubuntu-latest for Gradle build --- .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 e2f18e3..8b65b4c 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -4,7 +4,7 @@ on: [push] jobs: Build-Gradle: - runs-on: local + runs-on: ubuntu-latest container: image: ubuntu:latest steps: