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 0ac7e625 macos 13 is deprecated, os use macos-15-intel
0ac7e625 is described below
commit 0ac7e625abb58eeef9e063a97c314b1a0f5fa85b
Author: Guillaume Nodet <[email protected]>
AuthorDate: Tue Nov 25 15:33:56 2025 +0100
macos 13 is deprecated, os use macos-15-intel
---
.github/workflows/release.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 9dfaca52..22e8c107 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -34,13 +34,13 @@ jobs:
strategy:
fail-fast: true
matrix:
- # binaries wanted: linux amd64, mac intel, mac M1, windows x86
- os: [ ubuntu-latest, macos-latest, macos-13, windows-latest ]
+ # binaries wanted
+ os: [ ubuntu-latest, macos-latest, macos-15-intel, windows-latest ]
arch: [ x64, arm64 ]
exclude:
- os: [ macos-latest ]
arch: x64
- - os: [ macos-13 ]
+ - os: [ macos-15-intel ]
arch: arm64
- os: windows-latest
arch: arm64