We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5c3ed commit d990b9dCopy full SHA for d990b9d
.github/workflows/xcode.yml
@@ -14,10 +14,7 @@ jobs:
14
device: "iPhone 15 Pro Max"
15
- xcode: 15.4
16
runtime: "iOS 16.4"
17
- device: "iPhone 12 mini"
18
- - xcode: 15.4
19
- runtime: "iOS 15.5"
20
- device: "iPhone SE"
+ device: "iPhone 8"
21
steps:
22
- uses: actions/checkout@v4
23
with:
@@ -60,10 +57,7 @@ jobs:
60
57
device: "Apple Watch Ultra 2 (49mm)"
61
58
62
59
runtime: "watchOS 9.4"
63
- device: "Apple Watch SE (44mm) (2nd generation)"
64
65
- runtime: "watchOS 8.5"
66
- device: "Apple Watch Series 3 (38mm)"
+ device: "Apple Watch Series 4 (40mm)"
67
68
69
0 commit comments