From a892c20578b1d8aecff6d178daca711ec7cc3d66 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 26 Jan 2024 13:40:13 -0800 Subject: [PATCH] [ObjC] Re-enable watchOS cocoapods validations The image used for this actions has a new enough CocoaPods that this should now work. PiperOrigin-RevId: 601855822 --- .github/workflows/test_objectivec.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test_objectivec.yml b/.github/workflows/test_objectivec.yml index 0edd8a4077..8e96a02308 100644 --- a/.github/workflows/test_objectivec.yml +++ b/.github/workflows/test_objectivec.yml @@ -68,8 +68,7 @@ jobs: strategy: fail-fast: false # Don't cancel all jobs if one fails. matrix: - # Add back 'watchos'. See CocoaPods/CocoaPods#11558 - PLATFORM: ["ios", "macos", "tvos"] + PLATFORM: ["ios", "macos", "tvos", "watchos"] CONFIGURATION: ["Debug", "Release"] name: CocoaPods ${{ matrix.PLATFORM}} ${{ matrix.CONFIGURATION}} runs-on: macos-12