Skip to content

Commit

Permalink
Fix issue with arm64 for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
donhardman committed Sep 16, 2024
1 parent ab461ef commit cb8ad69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,9 @@ jobs:
- artifact_suffix: macos-13-x86_64
asset_name_suffix: macos_x86_64.tar.gz
asset_content_type: application/gzip
# - artifact_suffix: macos-13-arm64
# asset_name_suffix: macos_arm64.tar.gz
# asset_content_type: application/gzip
- artifact_suffix: macos-14-arm64
asset_name_suffix: macos_arm64.tar.gz
asset_content_type: application/gzip
- artifact_suffix: dev-ubuntu-22.04-amd64
asset_name_suffix: linux_amd64-dev.tar.gz
asset_content_type: application/gzip
Expand Down Expand Up @@ -757,7 +757,7 @@ jobs:
arch: x86_64
delimiter: "-"
distro: ""
- artifact: artifact-macos-13-arm64
- artifact: artifact-macos-14-arm64
type: arc
arch: aarch
delimiter: "-"
Expand Down

0 comments on commit cb8ad69

Please sign in to comment.