Skip to content

Commit a3e5879

Browse files
authored
Fix build of x64 macos binaries (#938)
Explicitly specify the target to handle GitHub changing the default runner.
1 parent 0067400 commit a3e5879

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)