This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch mvnd-1.x in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/mvnd-1.x by this push: new e7135284 Correct macos ci versions e7135284 is described below commit e713528446181e81669d0c061a9db2e0c585b230 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sat Feb 8 23:32:47 2025 +0100 Correct macos ci versions see #1253 --- .github/workflows/early-access.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/early-access.yaml b/.github/workflows/early-access.yaml index b46db955..d4948ef7 100644 --- a/.github/workflows/early-access.yaml +++ b/.github/workflows/early-access.yaml @@ -62,8 +62,8 @@ jobs: strategy: fail-fast: false matrix: - # binaries wanted: linux amd64, mac intel, mac M1, windows x86 - os: [ ubuntu-latest, macos-13, macos-14, windows-latest ] + # binaries wanted: linux amd64, mac M1, mac intel, windows x86 + os: [ ubuntu-latest, macos-latest, macos-13, windows-latest ] runs-on: ${{ matrix.os }} steps: