diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index e9ae48d..20fc8ab 100644 --- a/.github/workflows/release-pipeline.yaml +++ b/.github/workflows/release-pipeline.yaml @@ -59,7 +59,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ ubuntu-latest, macOS-latest ] + os: [ ubuntu-latest, macOS-latest, macos-14 ] runs-on: ${{ matrix.os }} steps: - name: 'Check out repository' diff --git a/pom.xml b/pom.xml index 0664ffe..0f0b4fc 100644 --- a/pom.xml +++ b/pom.xml @@ -143,6 +143,12 @@ osx-x86_64 + + + {{artifactsDir}}/git-plugin/target/distributions/{{distributionName}}-{{projectVersion}}-osx-x86_64.zip + + osx-aarch_64 + @@ -165,6 +171,12 @@ osx-x86_64 + + + {{artifactsDir}}/splunk-plugin/target/distributions/{{distributionName}}-{{projectVersion}}-osx-x86_64.zip + + osx-aarch_64 +