[RN][Releases] Fix the bump podfile job by setting Xcode version

This commit is contained in:
Riccardo Cipolleschi
2025-07-09 14:37:13 +01:00
parent 87c8e687d9
commit 4793a07606
+4
View File
@@ -29,6 +29,10 @@ jobs:
git checkout "$BRANCH_NAME"
git fetch
git pull origin "$BRANCH_NAME"
- name: Setup xcode
uses: ./.github/actions/setup-xcode
with:
xcode-version: '16.2.0'
- name: Bump podfile.lock
run: |
cd packages/rn-tester