From 4793a07606ece9bfef4a0de29fb07b7cf88e9702 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Wed, 9 Jul 2025 14:37:13 +0100 Subject: [PATCH] [RN][Releases] Fix the bump podfile job by setting Xcode version --- .github/workflows/bump-podfile-lock.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/bump-podfile-lock.yml b/.github/workflows/bump-podfile-lock.yml index cdaf01e2a79..1f0f2923246 100644 --- a/.github/workflows/bump-podfile-lock.yml +++ b/.github/workflows/bump-podfile-lock.yml @@ -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