From d8b606dc837b438ce10898edcadf26bde99a31bf Mon Sep 17 00:00:00 2001 From: Yidadaa Date: Sat, 1 Jul 2023 18:54:12 +0800 Subject: [PATCH] feat: build universal app darwin bundle --- .github/workflows/app.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index b928ad6c1..1ab0b0e41 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -45,10 +45,7 @@ jobs: rust_target: x86_64-unknown-linux-gnu - os: macos-latest arch: x86_64 - rust_target: x86_64-apple-darwin - - os: macos-latest - arch: aarch64 - rust_target: aarch64-apple-darwin + rust_target: universal-apple-darwin - os: windows-latest arch: x86_64 rust_target: x86_64-pc-windows-msvc