Skip to content

Commit

Permalink
Ensure CI rund cocoapods push with latest Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Jul 12, 2024
1 parent 525fa3c commit bc7e2a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cocoapods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ jobs:
runs-on: macOS-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

- name: Install Cocoapods
run: gem install cocoapods
Expand Down

0 comments on commit bc7e2a4

Please sign in to comment.