mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-21 01:14:34 +08:00
macos 13 is deprecated, os use macos-15-intel
This commit is contained in:
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user