Update .forgejo/workflows/build.yaml
Some checks failed
Compile Gradle Project / Build Project (push) Failing after 1m18s
Some checks failed
Compile Gradle Project / Build Project (push) Failing after 1m18s
This commit is contained in:
parent
d8d26300f5
commit
8adacb62e7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name: Compile Gradle Project
|
|||
on: [push]
|
||||
jobs:
|
||||
Build Project:
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: ubuntu
|
||||
env:
|
||||
VERSION: ${{ github.ref_name }}
|
||||
RELEASE_VERSION: ${{ github.ref_name }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue