diff --git a/.github/workflows/cocoapods.yml b/.github/workflows/cocoapods.yml index f4e83be93..84d71ddff 100644 --- a/.github/workflows/cocoapods.yml +++ b/.github/workflows/cocoapods.yml @@ -32,9 +32,6 @@ jobs: extra_flags: ["", "--use-static-frameworks"] steps: - uses: actions/checkout@v4 - # Need cocoapods 1.12+ for watchOS to work again. - - name: Update Cocoapods - run: gem update cocoapods - name: "iOS, macOS, and tvOS" run: | pod lib lint --verbose ${{ matrix.extra_flags }} \