ci: Build MacOS universal exe from x86_64h-apple-darwin (#1238)

instead of `x86_64-apple-darwin` for better optimization since any
machine that support universal support x86_64h.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-08-02 13:37:21 +10:00 committed by GitHub
parent 8756e39537
commit 855ca88477
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -124,7 +124,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: x86_64-apple-darwin
name: x86_64h-apple-darwin
path: packages/
- uses: actions/download-artifact@v3
with: