Skip to content

Commit

Permalink
[ObjC] Disable CocoaPods watchOS validation for now.
Browse files Browse the repository at this point in the history
A fix has landed in CocoaPods, but it hasn't been included in a release yet.

PiperOrigin-RevId: 491348256
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Nov 28, 2022
1 parent cd6180d commit 783cab2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/objc_cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 783cab2

Please sign in to comment.