Skip to content

Commit 7589b29

Browse files
authored
Update build of x64 macos binary (#1518)
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.
1 parent c1e8f95 commit 7589b29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
os: ubuntu-latest
2525
- build: x86_64-macos
2626
os: macos-latest
27+
target: x86_64-apple-darwin
2728
- build: aarch64-macos
2829
os: macos-latest
2930
target: aarch64-apple-darwin

0 commit comments

Comments
 (0)