gnodet commented on code in PR #1285: URL: https://github.com/apache/maven-mvnd/pull/1285#discussion_r2012030035
########## .github/workflows/release.yaml: ########## @@ -35,7 +35,13 @@ jobs: fail-fast: true matrix: # binaries wanted: linux amd64, mac intel, mac M1, windows x86 - os: [ ubuntu-latest, macos-13, macos-14, windows-latest ] + os: [ ubuntu-latest, macos-latest, macos-13, macos-14, windows-latest ] + arch: [ x64, arm64 ] + exclude: + - os: macos-13 + arch: arm64 + - os: windows-latest Review Comment: Don't we need to exclude `macos-14/amd64` ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org