This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch linux-arm64
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/linux-arm64 by this push:
     new 7031a3e8 Use scalar for exclusions
7031a3e8 is described below

commit 7031a3e850dd3a9f437d29c70f4a07dd0de802e8
Author: Guillaume Nodet <[email protected]>
AuthorDate: Tue Nov 25 15:51:08 2025 +0100

    Use scalar for exclusions
---
 .github/workflows/release.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 22e8c107..b740986d 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -38,9 +38,9 @@ jobs:
         os: [ ubuntu-latest, macos-latest, macos-15-intel, windows-latest ]
         arch: [ x64, arm64 ]
         exclude:
-          - os: [ macos-latest ]
+          - os: macos-latest
             arch: x64
-          - os: [ macos-15-intel ]
+          - os: macos-15-intel
             arch: arm64
           - os: windows-latest
             arch: arm64

Reply via email to