소스 검색

feat: build universal app darwin bundle

Yidadaa 1 년 전
부모
커밋
d8b606dc83
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      .github/workflows/app.yml

+ 1 - 4
.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