Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rocxteady authored Jun 5, 2024
1 parent 670bbed commit 92d035d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ jobs:
- name: Run tests
run: |
xcodebuild \
-scheme Resting \
-scheme WPSwift \
-sdk macosx14.5 \
-destination 'platform=macOS' \
test &&
xcodebuild \
-scheme Resting \
-scheme WPSwift \
-destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5' \
test &&
xcodebuild \
-scheme Resting \
-scheme WPSwift \
-destination 'platform=watchOS Simulator,name=Apple Watch Series 9 (41mm),OS=10.5' \
test &&
xcodebuild \
-scheme Resting \
-scheme WPSwift \
-destination 'platform=tvOS Simulator,name=Apple TV 4K (3rd generation) (at 1080p),OS=17.5' \
test
xcodebuild \
-scheme Resting \
-scheme WPSwift \
-destination 'platform=visionOS Simulator,name=Apple Vision Pro,OS=1.2' \
test

0 comments on commit 92d035d

Please sign in to comment.