From 1bd39d8aec75e68ec2447300d889a66fda29b28a Mon Sep 17 00:00:00 2001 From: oligami-0424 Date: Wed, 22 Nov 2023 23:56:49 +0900 Subject: [PATCH] patch --- .github/workflows/test_iphone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_iphone.yml b/.github/workflows/test_iphone.yml index 7ca1362..d9ad354 100644 --- a/.github/workflows/test_iphone.yml +++ b/.github/workflows/test_iphone.yml @@ -10,7 +10,7 @@ jobs: with: profile: minimal toolchain: stable - target: aarch64-apple-ios-sim + target: x86_64-apple-ios override: true # - name: install target # run: rustup target add aarch64-apple-ios x86_64-apple-ios aarch64-apple-ios-sim @@ -47,8 +47,9 @@ jobs: working-directory: /tmp/iphone/ - name: start simulator uses: futureware-tech/simulator-action@v3 + # https://github.com/futureware-tech/simulator-action/wiki/Devices-macos-latest with: - model: "iPhone 10" + model: "iPhone 11" - name: drive run: | ls -al target/aarch64-apple-ios-sim/debug/bundle/ios/nickname-ios-test-app.app