Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Update Xcode version for cocoapods
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Padilla <[email protected]>
  • Loading branch information
rickycpadilla authored Jul 15, 2024
1 parent 90218e7 commit 7ca37a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7ca37a8

Please sign in to comment.