Skip to content

Commit

Permalink
[Issue-1843] Fix bug auto build ios
Browse files Browse the repository at this point in the history
  • Loading branch information
dominhquang committed Nov 28, 2024
1 parent d6f6674 commit 9540eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: cd ios && pod update hermes-engine --no-repo-update && cd ..

- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_16.1.app'

# Build IPA file
- name: iOS Build Action
Expand Down

0 comments on commit 9540eb6

Please sign in to comment.