diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 8aae6a409b85..ba8910535ad5 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -68,7 +68,7 @@ jobs: with: xcode-version: '15.0.1' - name: Configure Rust - run: rustup target add x86_64-apple-ios aarch64-apple-ios aarch64-apple-ios-sim + run: rustup target add aarch64-apple-ios-sim - name: Configure Xcode project run: |