Skip to content

Commit

Permalink
Aarch64 release for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvetrabo authored and martinvisser committed Mar 19, 2024
1 parent 8fb4613 commit 1496996
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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'
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,12 @@
</path>
<platform>osx-x86_64</platform>
</artifact>
<artifact>
<path>
{{artifactsDir}}/{{distributionName}}-{{projectVersion}}-osx-aarch_64.zip
</path>
<platform>osx-aarch_64</platform>
</artifact>
</artifacts>
</ret>
</distributions>
Expand Down

0 comments on commit 1496996

Please sign in to comment.