[ObjC] Disable CocoaPods watchOS validation for now.

A fix has landed in CocoaPods, but it hasn't been included in a release yet.

PiperOrigin-RevId: 491348256
pull/11059/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent cd6180d4c3
commit 783cab258e
  1. 3
      .github/workflows/objc_cocoapods.yml

@ -24,7 +24,8 @@ jobs:
strategy:
fail-fast: false
matrix:
PLATFORM: ["ios", "macos", "tvos", "watchos"]
# Add back 'watchos'. See CocoaPods/CocoaPods#11558
PLATFORM: ["ios", "macos", "tvos"]
CONFIGURATION: ["Debug", "Release"]
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save