Skip to content

Commit

Permalink
use whole target
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Feb 28, 2024
1 parent c2ee4a9 commit b0b8d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jobs:
- runner: macos-14-xlarge
xcode: Xcode_14.1
# Don't run old simulators with new Xcode
- destination: 'tvOS Simulator,OS=16.1,name=Apple TV 4K (3rd generation) (at 1080p)'
- target: { os: tvOS, destination: 'tvOS Simulator,OS=16.1,name=Apple TV 4K (3rd generation) (at 1080p)'}
xcode: Xcode_15.2
- destination: 'iOS Simulator,OS=16.1,name=iPhone 14'
- target.destination: 'iOS Simulator,OS=16.1,name=iPhone 14'
xcode: Xcode_15.2
# Don't run new simulators with old Xcode
- target.destination: 'tvOS Simulator,OS=17.2,name=Apple TV 4K (3rd generation) (at 1080p)'
Expand Down

0 comments on commit b0b8d8a

Please sign in to comment.