Skip to content

Commit fff6f48

Browse files
committed
chore: fix github action workflow changes
1 parent 0addd95 commit fff6f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/graalvm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434

3535
jobs:
3636
native-build:
37-
name: GraalVM CE latest ${{ matrix.java-version }} on ${{ matrix.os }}
37+
name: ${{ matrix.distribution }} ${{ matrix.java-version }} latest on ${{ matrix.os }}
3838
runs-on: ${{ matrix.os }}
3939
strategy:
4040
fail-fast: false
@@ -90,7 +90,7 @@ jobs:
9090

9191

9292
native-build-musl:
93-
name: GraalVM CE Dev + musl static image
93+
name: GraalVM Community Dev + musl static image
9494
runs-on: ubuntu-latest
9595

9696
outputs:

0 commit comments

Comments
 (0)