Skip to content

Commit

Permalink
Merge pull request #11083 from protocolbuffers/deannagarcia-patch-10
Browse files Browse the repository at this point in the history
Disable CocoaPods watchOS validation
  • Loading branch information
esorot authored Nov 29, 2022
2 parents 7268e2f + 9933339 commit d03c11c
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 d03c11c

Please sign in to comment.