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