From 9278c5539578c5e730447f28d00b4a2474ebdfaa Mon Sep 17 00:00:00 2001 From: Steffan Andrews Date: Mon, 1 Aug 2022 23:04:22 -0700 Subject: [PATCH] Removed watchOS support --- .github/workflows/build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5357744c..6991d32f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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