This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/commons-xml.git
commit 510d8df5cad7c5337f36fc9c4fec45a43d6c84a8 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Sat Apr 25 15:21:27 2026 +0200 fix: update build job name --- .github/workflows/maven.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1b2eda2..3945c93 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -41,6 +41,7 @@ jobs: # # Temurin does not publish a JDK 8 build for ARM-based macOS runners, so that # one combination uses Zulu. + name: build (${{ runner.os }}, JDK${{ matrix.java-version }}) runs-on: ${{ matrix.os }} strategy: max-parallel: 20
