Bump expected cocoapods version to match latest macos-26 runner image (#11171)

This commit is contained in:
Samuel Newman
2026-07-16 19:33:07 +03:00
committed by GitHub
parent 54a1d81936
commit f9384e44c7
2 changed files with 2 additions and 2 deletions
@@ -232,7 +232,7 @@ jobs:
- name: ☕️ Assert Cocoapods version
run: |
EXPECTED=1.16.2
EXPECTED=1.17.0
ACTUAL=$(pod --version)
if [ "$ACTUAL" != "$EXPECTED" ]; then
echo "Expected Cocoapods $EXPECTED but runner has $ACTUAL."