Skip to content

Commit

Permalink
Keep watchOS disable (xcode issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Nov 8, 2022
1 parent 9737d2a commit 5ccda39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cocoapods.yml
Expand Up @@ -28,7 +28,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@v3
Expand Down

0 comments on commit 5ccda39

Please sign in to comment.