feat: update workflow to run on ubuntu-latest for Gradle build
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 14s
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 14s
This commit is contained in:
@@ -4,7 +4,7 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
Build-Gradle:
|
||||
runs-on: local
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user