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:
|
jobs:
|
||||||
Build-Gradle:
|
Build-Gradle:
|
||||||
runs-on: local
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user