Skip to content

Commit 9933339

Browse files
authored
Disable CocoaPods watchOS validation
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.
1 parent 7268e2f commit 9933339

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/objc_cocoapods.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
PLATFORM: ["ios", "macos", "tvos", "watchos"]
27+
# Add back 'watchos'. See CocoaPods/CocoaPods#11558
28+
PLATFORM: ["ios", "macos", "tvos"]
2829
CONFIGURATION: ["Debug", "Release"]
2930
steps:
3031
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)