fix: removed macos-latest from the matrix as it is the same as macos-14. Also changed the name for the artifacts to upload to have the macos version so they don't collide

This commit is contained in:
Per Abich
2025-09-12 22:54:13 +02:00
committed by Guillaume Nodet
parent 95abe11bd9
commit 94063f0798

View File

@@ -80,7 +80,7 @@ jobs:
fail-fast: false
matrix:
# binaries wanted: linux amd64, mac M1, mac intel, windows x86
os: [ ubuntu-latest, macos-latest, macos-13, macos-14, windows-latest ]
os: [ ubuntu-latest, macos-13, macos-14, windows-latest ]
arch: [ x64, arm64 ]
exclude:
- os: macos-13
@@ -178,14 +178,14 @@ jobs:
if: always()
uses: actions/upload-artifact@v5
with:
name: daemon-test-logs-${{ runner.os }}-${{ env.ARCH }}
name: daemon-test-logs-${{ matrix.os }}-${{ env.ARCH }}
path: integration-tests/target/mvnd-tests/**/daemon*.log
include-hidden-files: 'true'
- name: 'Upload artifact'
uses: actions/upload-artifact@v5
with:
name: mvnd-${{ runner.os }}-${{ env.ARCH }}
name: mvnd-${{ matrix.os }}-${{ env.ARCH }}
path: dist/target/maven-mvnd-*.zip
site-build: