Skip to content

Commit

Permalink
ci(detox-ios): select same xcode version for detox
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-pearson-mattr committed Dec 8, 2024
1 parent 57ffdf4 commit 03317de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-detox-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
run: xcodebuild -version

- name: Build Libraries for iOS
env:
IPHONEOS_DEPLOYMENT_TARGET: 17.5
run: yarn build:ios

- name: Archive build artifacts
Expand Down Expand Up @@ -89,6 +87,9 @@ jobs:
name: ci-detox-ios-artifacts-libs-${{ github.sha }}
path: wrappers/react-native/ios/lib

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

- name: Inspect iOS Libraries
run: ls -R ios/lib

Expand Down

0 comments on commit 03317de

Please sign in to comment.