From 7ca37a81c021cd1eb87d3c90715f8f53feb858b7 Mon Sep 17 00:00:00 2001 From: Ricky Padilla Date: Mon, 15 Jul 2024 13:22:52 -0700 Subject: [PATCH] Update Xcode version for cocoapods Signed-off-by: Ricky Padilla --- .github/workflows/create-release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index fd81e8d8..4d95ca55 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -172,6 +172,7 @@ jobs: if: ${{ github.event.inputs.release-type == 'patch' }} with: ref: ${{needs.determine-next-versions.outputs.branch-patch}} + - name: Set up Xcode 15.4 uses: maxim-lobanov/setup-xcode@v1 with: @@ -388,6 +389,11 @@ jobs: with: ref: ${{needs.determine-next-versions.outputs.branch-patch}} + - name: Set up Xcode 15.4 + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: '15.4' + - name: Install Cocoapods run: gem install cocoapods