From 783cab258ecae6d5c1d8b30e3db4d9ff39f646d3 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Mon, 28 Nov 2022 08:15:32 -0800 Subject: [PATCH] [ObjC] Disable CocoaPods watchOS validation for now. A fix has landed in CocoaPods, but it hasn't been included in a release yet. PiperOrigin-RevId: 491348256 --- .github/workflows/objc_cocoapods.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/objc_cocoapods.yml b/.github/workflows/objc_cocoapods.yml index dd330a880b29..d828ae390c15 100644 --- a/.github/workflows/objc_cocoapods.yml +++ b/.github/workflows/objc_cocoapods.yml @@ -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