Include x86_64 & x86_64h in universal apple pre-built binary (#1279)

To makre sure it can run on pre-haswell Intel CPUs.

Fixed #1277

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-08-11 12:04:43 +10:00 committed by GitHub
parent a84844938d
commit c4bb0fd77a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 11 deletions

View file

@ -127,6 +127,10 @@ jobs:
with:
name: x86_64h-apple-darwin
path: packages/
- uses: actions/download-artifact@v3
with:
name: x86_64-apple-darwin
path: packages/
- uses: actions/download-artifact@v3
with:
name: aarch64-apple-darwin