Skip to content

Commit

Permalink
specify build device
Browse files Browse the repository at this point in the history
  • Loading branch information
robertKozik committed Feb 26, 2024
1 parent cfa7b21 commit 960acdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:

- name: Build app
working-directory: ${{ matrix.working-directory }}
run: npx react-native run-ios --no-packager
run: npx react-native run-ios --no-packager --simulator="iPhone 15 Pro"

0 comments on commit 960acdc

Please sign in to comment.