feat: update workflow to use a specific Ubuntu version for Gradle build
Some checks are pending
Gitea Actions Demo / Build-Gradle (push) Waiting to run

This commit is contained in:
Your Name
2025-03-27 11:46:50 +01:00
parent def7bf243d
commit 02ec704de0

View File

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