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 dbaa150 commit 9515147Copy full SHA for 9515147
.github/workflows/xcode.yml
@@ -18,9 +18,6 @@ jobs:
18
- xcode: 15.4
19
runtime: "iOS 15.5"
20
device: "iPhone 12 Pro Max"
21
- - xcode: 15.4
22
- runtime: "iOS 13.7"
23
- device: "iPhone 11"
24
steps:
25
- uses: actions/checkout@v4
26
with:
@@ -58,14 +55,14 @@ jobs:
58
55
matrix:
59
56
env:
60
57
61
- runtime: "watchOS 8.5"
+ runtime: "watchOS 10.5"
+ device: "Apple Watch Ultra 2 (49mm)"
+ - xcode: 15.4
+ runtime: "watchOS 9.4"
62
device: "Apple Watch Series 7 - 45mm"
63
64
- runtime: "watchOS 7.4"
+ runtime: "watchOS 8.5"
65
device: "Apple Watch Series 6 - 44mm"
66
67
- runtime: "watchOS 6.2.1"
68
- device: "Apple Watch Series 4 - 40mm"
69
70
71
0 commit comments