Skip to content

Commit d03c11c

Browse files
authored
Merge pull request #11083 from protocolbuffers/deannagarcia-patch-10
Disable CocoaPods watchOS validation
2 parents 7268e2f + 9933339 commit d03c11c

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)