Skip to content

Commit

Permalink
Tweak target devices
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrubin committed Aug 19, 2024
1 parent 9427f45 commit 3ab8841
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
env:
- xcode: 15.4
runtime: "iOS 17.5"
device: "iPhone 13 Pro"
device: "iPhone 15 Pro Max"
- xcode: 15.4
runtime: "iOS 16.4"
device: "iPhone 13 Pro"
device: "iPhone 12 mini"
- xcode: 15.4
runtime: "iOS 15.5"
device: "iPhone 12 Pro Max"
device: "iPhone SE"
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -60,10 +60,10 @@ jobs:
device: "Apple Watch Ultra 2 (49mm)"
- xcode: 15.4
runtime: "watchOS 9.4"
device: "Apple Watch Series 7 - 45mm"
device: "Apple Watch SE (44mm) (2nd generation)"
- xcode: 15.4
runtime: "watchOS 8.5"
device: "Apple Watch Series 6 - 44mm"
device: "Apple Watch Series 3 (38mm)"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3ab8841

Please sign in to comment.