Skip to content

Commit

Permalink
Update build of x64 macos binary (#1518)
Browse files Browse the repository at this point in the history
Looks like `macos-latest` is changing to arm64 so we can't rely on it
implicitly building x86_64-apple-darwin, so explicitly build it instead.
  • Loading branch information
alexcrichton authored Apr 25, 2024
1 parent c1e8f95 commit 7589b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
os: ubuntu-latest
- build: x86_64-macos
os: macos-latest
target: x86_64-apple-darwin
- build: aarch64-macos
os: macos-latest
target: aarch64-apple-darwin
Expand Down

0 comments on commit 7589b29

Please sign in to comment.