Skip to content

Commit

Permalink
Disable CocoaPods watchOS validation
Browse files Browse the repository at this point in the history
CocoaPods/CocoaPods#11558 is causing this GHA to fail. It has been resolved in main, but this will continue to fail until a release is out and we migrate to it.
  • Loading branch information
deannagarcia authored Nov 29, 2022
1 parent 7268e2f commit 9933339
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 9933339

Please sign in to comment.