Skip to content

Commit

Permalink
would this work?
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Feb 28, 2024
1 parent e5b3140 commit c2ee4a9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ jobs:
- macos-14-xlarge
- macos-12
target:
- { os: ios, destination: 'iOS Simulator,OS=16.1,name=iPhone 14'}
- { os: ios, destination: 'iOS Simulator,OS=17.2,name=iPhone 15'}
- { os: tvOS, destination: 'tvOS Simulator,OS=16.1,name=Apple TV 4K (3rd generation) (at 1080p)'}
- { os: tvOS, destination: 'tvOS Simulator,OS=17.2,name=Apple TV 4K (3rd generation) (at 1080p)'}
- { os: watchOS, destination: 'watchOS, OS=10.2, name=Apple Watch SE (40mm) (2nd generation)'}
[{ os: ios, destination: 'iOS Simulator,OS=16.1,name=iPhone 14'},
{ os: ios, destination: 'iOS Simulator,OS=17.2,name=iPhone 15'},
{ os: tvOS, destination: 'tvOS Simulator,OS=16.1,name=Apple TV 4K (3rd generation) (at 1080p)'},
{ os: tvOS, destination: 'tvOS Simulator,OS=17.2,name=Apple TV 4K (3rd generation) (at 1080p)'},
{ os: watchOS, destination: 'watchOS, OS=10.2, name=Apple Watch SE (40mm) (2nd generation)'}]
xcode:
- Xcode_14.1
- Xcode_15.2
Expand All @@ -93,9 +93,9 @@ jobs:
- runner: macos-14-xlarge
xcode: Xcode_14.1
# Don't run old simulators with new Xcode
- target.destination: 'tvOS Simulator,OS=16.1,name=Apple TV 4K (3rd generation) (at 1080p)'
- destination: 'tvOS Simulator,OS=16.1,name=Apple TV 4K (3rd generation) (at 1080p)'
xcode: Xcode_15.2
- target.destination: 'iOS Simulator,OS=16.1,name=iPhone 14'
- 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 c2ee4a9

Please sign in to comment.