From ad2bc7da9618957fb728e13873865d1f055e1c43 Mon Sep 17 00:00:00 2001 From: Yidadaa Date: Sat, 1 Jul 2023 19:05:36 +0800 Subject: [PATCH] Revert "feat: build universal app darwin bundle" This reverts commit d8b606dc837b438ce10898edcadf26bde99a31bf. --- .github/workflows/app.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 1ab0b0e4..b928ad6c 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -45,7 +45,10 @@ jobs: rust_target: x86_64-unknown-linux-gnu - os: macos-latest arch: x86_64 - rust_target: universal-apple-darwin + rust_target: x86_64-apple-darwin + - os: macos-latest + arch: aarch64 + rust_target: aarch64-apple-darwin - os: windows-latest arch: x86_64 rust_target: x86_64-pc-windows-msvc