Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oligamiq committed Nov 22, 2023
1 parent bda509a commit 1bd39d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_iphone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1bd39d8

Please sign in to comment.