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 44eabb9 commit dbaa150Copy full SHA for dbaa150
.github/workflows/xcode.yml
@@ -10,10 +10,13 @@ jobs:
10
matrix:
11
env:
12
- xcode: 15.4
13
- runtime: "iOS 15.5"
+ runtime: "iOS 17.5"
14
+ device: "iPhone 13 Pro"
15
+ - xcode: 15.4
16
+ runtime: "iOS 16.4"
17
device: "iPhone 13 Pro"
18
- runtime: "iOS 14.5"
19
+ runtime: "iOS 15.5"
20
device: "iPhone 12 Pro Max"
21
22
runtime: "iOS 13.7"
@@ -61,7 +64,7 @@ jobs:
61
64
runtime: "watchOS 7.4"
62
65
device: "Apple Watch Series 6 - 44mm"
63
66
- runtime: "watchOS 6.2"
67
+ runtime: "watchOS 6.2.1"
68
device: "Apple Watch Series 4 - 40mm"
69
steps:
70
- uses: actions/checkout@v4
0 commit comments