feat: update workflow to run on ubuntu-latest instead of self-hosted
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 7s
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 7s
This commit is contained in:
@@ -4,7 +4,7 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
Build-Gradle:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
# - name: Checkout Repository
|
||||
|
||||
Reference in New Issue
Block a user