Skip to content

Commit

Permalink
ci(detox-ios): cool now try force the version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-pearson-mattr committed Dec 8, 2024
1 parent 0383136 commit b498bfe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-detox-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
- name: List Installed Xcode Versions
run: ls /Applications | grep Xcode

- name: Set Xcode Version
run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer

- name: Verify Xcode Version
run: xcodebuild -version

- name: Build Libraries for iOS
env:
IPHONEOS_DEPLOYMENT_TARGET: 17.5
Expand Down

0 comments on commit b498bfe

Please sign in to comment.