From 4eab5a988906863c12f9e3806eb39a2fd6ab3ff0 Mon Sep 17 00:00:00 2001 From: SimonThormeyer Date: Mon, 17 Jun 2024 16:27:56 +0200 Subject: [PATCH] chore: fix target --- .github/workflows/swift-bindings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift-bindings.yml b/.github/workflows/swift-bindings.yml index 5b9545cf7f..50f9556580 100644 --- a/.github/workflows/swift-bindings.yml +++ b/.github/workflows/swift-bindings.yml @@ -25,7 +25,7 @@ jobs: - uses: actions-rust-lang/setup-rust-toolchain@v1 with: rustflags: '' - target: aarch64-apple-darwin + target: "aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim" - name: Run sccache-cache uses: mozilla-actions/sccache-action@v0.0.3 - name: Setup cargo-make @@ -33,7 +33,7 @@ jobs: - name: Run release-build run: | cd crypto-ffi - cargo make release-build-aarch64-apple-darwin + cargo make release-build compile-ffi-swift: runs-on: macos-latest