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 11fa81c76663c0a9bbd53fb9be87e6ca2dbd1c57
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sat Apr 25 15:23:58 2026 +0200

    fix: `runner` context not available in `name`
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3945c93..f315b2c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -41,7 +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 }})
+    name: build (${{ matrix.os }}, JDK${{ matrix.java-version }})
     runs-on: ${{ matrix.os }}
     strategy:
       max-parallel: 20

Reply via email to