Skip to content

Commit 0498f59

Browse files
committed
The base image has a new enough cocoapods, no need to update.
1 parent 76135c9 commit 0498f59

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cocoapods.yml

-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
CONFIGURATION: ["Debug", "Release"]
3434
steps:
3535
- uses: actions/checkout@v4
36-
# Need cocoapods 1.12+ for watchOS to work again.
37-
- name: Update Cocoapods
38-
run: gem update cocoapods
3936
# Manually expanding out static frameworks to avoid making to many jobs.
4037
- name: Pod lib lint
4138
run: |

0 commit comments

Comments
 (0)