Skip to content

Commit

Permalink
Update architecture specification in GitHub Actions workflow from X64…
Browse files Browse the repository at this point in the history
… to AMD64 for macOS build
  • Loading branch information
qianlifeng committed Dec 19, 2024
1 parent 84d6aad commit d54e7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
content_type: application/x-elf
needs_keychain: true
- os: macOS
arch: X64
arch: AMD64
runner: [ self-hosted, macOS, X64 ]
asset_path: ./release/wox-mac-amd64.dmg
asset_name: wox-mac-amd64-$$.dmg
Expand Down

0 comments on commit d54e7cd

Please sign in to comment.