Skip to content

Commit

Permalink
Removed watchOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Aug 2, 2022
1 parent 76b7434 commit 9278c55
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,6 @@ jobs:
- name: Apple TV - Unit Tests
run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "OSCKit-CI" -destination "platform=tvOS Simulator,name=Apple TV 4K (2nd generation)"

watchOS:
name: watchOS
runs-on: macos-latest # this must be macos, GitHub does not offer watchOS directly but we can use xcodebuild
steps:
- uses: actions/checkout@main
- name: Apple Watch - Build
run: xcodebuild build -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "OSCKit-CI" -destination "generic/platform=watchOS Simulator,name=Any watchOS Simulator Device"
- name: Apple Watch - Unit Tests
run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "OSCKit-CI" -destination "platform=watchOS Simulator,name=Apple Watch Series 7 - 45mm"

Examples:
name: Examples
runs-on: macos-latest
Expand Down

0 comments on commit 9278c55

Please sign in to comment.