Skip to content

Commit 7bf0c15

Browse files
committed
adding OS to build name
1 parent ad3f73b commit 7bf0c15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
os: [ubuntu-latest, windows-latest, macos-latest]
1414
java: [21, 24, 25, 26, '27-ea']
15-
name: Build with Java ${{ matrix.java }}
15+
name: Build with Java ${{ matrix.java }} on ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v5
1818

0 commit comments

Comments
 (0)