Skip to content

Commit 8915652

Browse files
authored
Merge pull request #2096 from yue9944882/chore/clarify-platform-os
Chore: Clarify platform os on github action build
2 parents 68eacf4 + 911db59 commit 8915652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Verify Format and License
2424
run: mvn spotless:check
2525
build:
26-
name: Java ${{ matrix.java }} Maven Test
26+
name: Java ${{ matrix.java }} Maven Test on ${{ matrix.os }}
2727
strategy:
2828
matrix:
2929
# Test against the LTS Java versions. TODO: add JDK18 when it becomes available.

0 commit comments

Comments
 (0)