diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 36c2c7b64..1a483278a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -23,7 +23,7 @@ jobs: rustup target add x86_64-apple-darwin cargo build --target x86_64-apple-darwin cp target/x86_64-apple-darwin/debug/libdora_runtime.a lib/macOS/libdora_runtime.a - lipo -info lib/macOS/libdora_runtime.a + xcodebuild ARCHS=x86_64 ONLY_ACTIVE_ARCH=NO -project ../../Projects/macOS/Dora.xcodeproj -target Dora -configuration Debug - name: Pack if: startsWith(github.ref, 'refs/tags/') run: |