Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Test iOS
run: xcodebuild test -scheme SwiftCBOR -destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=latest'
- name: Test tvOS
run: xcodebuild test -scheme SwiftCBOR -destination 'platform=tvOS Simulator,name=Any tvOS Simulator Device'
run: xcodebuild test -scheme SwiftCBOR -destination 'platform=tvOS Simulator,id=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-appletvsimulator:placeholder'
- name: Test Mac Catalyst
run: xcodebuild test -scheme SwiftCBOR -destination 'platform=macOS,variant=Mac Catalyst'
- name: Test watchOS
run: xcodebuild test -scheme SwiftCBOR -destination 'platform=watchOS Simulator,name=Any watchOS Simulator Device'
run: xcodebuild test -scheme SwiftCBOR -destination 'platform=watchOS Simulator,id=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-watchsimulator:placeholder'
Loading