feat: update workflow to run on ubuntu-latest instead of self-hosted
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 7s

This commit is contained in:
Your Name
2025-03-27 11:51:23 +01:00
parent 5906cdc4ed
commit dc40d826b6

View File

@@ -4,7 +4,7 @@ on: [push]
jobs:
Build-Gradle:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
# - name: Checkout Repository