Skip to content

Commit

Permalink
set cocopods version to latest for pod lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sojingle committed Nov 19, 2024
1 parent 0b89026 commit e9d69cd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set Xcode 14.3.1
- name: Set Xcode 15.4
run: |
sudo xcode-select -switch /Applications/Xcode_14.3.1.app
sudo xcode-select -switch /Applications/Xcode_15.4.app
- name: iOS Build
run: |
Expand Down Expand Up @@ -100,6 +100,11 @@ jobs:
-sdk xrsimulator \
-destination 'platform=visionOS Simulator,name=Apple Vision Pro' \
test
- name: Setup Cocoapods
uses: maxim-lobanov/[email protected]
with:
cocoapods-version: latest

- name: Validate Podfile
run: pod lib lint --allow-warnings
Expand Down

0 comments on commit e9d69cd

Please sign in to comment.