Skip to content

Commit

Permalink
Set simulator version
Browse files Browse the repository at this point in the history
  • Loading branch information
piaskowyk committed Oct 27, 2023
1 parent 6595573 commit b0abb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-react-native-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: export RCT_NEW_ARCH_ENABLED=1 && pod install
- name: Build app
working-directory: app
run: yarn react-native run-ios --no-packager
run: yarn react-native run-ios --simulator='iPhone 14' --no-packager

build_android:
if: github.repository == 'software-mansion/react-native-reanimated'
Expand Down

0 comments on commit b0abb89

Please sign in to comment.