Skip to content

Commit 3ab8841

Browse files
committed
Tweak target devices
1 parent 9427f45 commit 3ab8841

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/xcode.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
env:
1212
- xcode: 15.4
1313
runtime: "iOS 17.5"
14-
device: "iPhone 13 Pro"
14+
device: "iPhone 15 Pro Max"
1515
- xcode: 15.4
1616
runtime: "iOS 16.4"
17-
device: "iPhone 13 Pro"
17+
device: "iPhone 12 mini"
1818
- xcode: 15.4
1919
runtime: "iOS 15.5"
20-
device: "iPhone 12 Pro Max"
20+
device: "iPhone SE"
2121
steps:
2222
- uses: actions/checkout@v4
2323
with:
@@ -60,10 +60,10 @@ jobs:
6060
device: "Apple Watch Ultra 2 (49mm)"
6161
- xcode: 15.4
6262
runtime: "watchOS 9.4"
63-
device: "Apple Watch Series 7 - 45mm"
63+
device: "Apple Watch SE (44mm) (2nd generation)"
6464
- xcode: 15.4
6565
runtime: "watchOS 8.5"
66-
device: "Apple Watch Series 6 - 44mm"
66+
device: "Apple Watch Series 3 (38mm)"
6767
steps:
6868
- uses: actions/checkout@v4
6969
with:

0 commit comments

Comments
 (0)