[ObjC] Re-enable watchOS cocoapods validations

The image used for this actions has a new enough CocoaPods that
this should now work.

PiperOrigin-RevId: 601855822
pull/15608/head
Thomas Van Lenten 10 months ago committed by Copybara-Service
parent 886a0b15cd
commit a892c20578
  1. 3
      .github/workflows/test_objectivec.yml

@ -68,8 +68,7 @@ jobs:
strategy:
fail-fast: false # Don't cancel all jobs if one fails.
matrix:
# Add back 'watchos'. See CocoaPods/CocoaPods#11558
PLATFORM: ["ios", "macos", "tvos"]
PLATFORM: ["ios", "macos", "tvos", "watchos"]
CONFIGURATION: ["Debug", "Release"]
name: CocoaPods ${{ matrix.PLATFORM}} ${{ matrix.CONFIGURATION}}
runs-on: macos-12

Loading…
Cancel
Save