Skip to content

Commit 065c7c3

Browse files
Correct GitHub actions
Signed-off-by: Jasper Kamerling <[email protected]>
1 parent 0ded0fc commit 065c7c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: [ self-hosted, X64, Linux, default ]
12+
name: Gradle build and publish
13+
runs-on: ubuntu-latest
1314
steps:
1415
- uses: actions/checkout@v3
1516
with:

0 commit comments

Comments
 (0)