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 c5a38d6e Exclude macos-latest/x64
c5a38d6e is described below
commit c5a38d6e10d2c2390a49446d9fb0d8b617a4ad2c
Author: Guillaume Nodet <[email protected]>
AuthorDate: Tue Nov 25 11:13:46 2025 +0100
Exclude macos-latest/x64
---
.github/workflows/release.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index ab4ccba9..9dfaca52 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -38,6 +38,8 @@ jobs:
os: [ ubuntu-latest, macos-latest, macos-13, windows-latest ]
arch: [ x64, arm64 ]
exclude:
+ - os: [ macos-latest ]
+ arch: x64
- os: [ macos-13 ]
arch: arm64
- os: windows-latest