Skip to content

Commit

Permalink
fix(.github): mismatch between CPU chip and binary name on macOS
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
  • Loading branch information
KeisukeYamashita committed Dec 3, 2024
1 parent 1ebdd8b commit 547eff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
rust_target: x86_64-unknown-linux-gnu
ext: ""
args: ""
- os: macos-latest
- os: macos-13 (Intel x86)
rust_target: x86_64-apple-darwin
ext: ""
args: ""
- os: macos-14 # beta (Apple Silicon)
- os: macos-latest (Apple Silicon)
rust_target: aarch64-apple-darwin
ext: ""
args: ""
Expand Down

0 comments on commit 547eff6

Please sign in to comment.