File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 50
50
- platform : [iOS, 15]
51
51
runtime : iOS 15.5
52
52
os : macos-13
53
- xcode : 15.0
53
+ xcode : 15.0.1
54
54
install : true
55
55
- platform : [iOS, 16]
56
56
runtime : iOS 16.4
59
59
- platform : [iOS, 17]
60
60
runtime : iOS 17.0
61
61
os : macos-13
62
- xcode : 15.0
62
+ xcode : 15.0.1
63
63
64
64
- platform : [tvOS, 13]
65
65
runtime : tvOS 13.4
@@ -74,16 +74,16 @@ jobs:
74
74
- platform : [tvOS, 15]
75
75
runtime : tvOS 15.4
76
76
os : macos-13
77
- xcode : 15.0
77
+ xcode : 15.0.1
78
78
install : true
79
79
- platform : [tvOS, 16]
80
80
runtime : tvOS 16.4
81
81
os : macos-13
82
- xcode : 15.0
82
+ xcode : 15.0.1
83
83
- platform : [tvOS, 17]
84
84
runtime : tvOS 17.0
85
85
os : macos-13
86
- xcode : 15.0
86
+ xcode : 15.0.1
87
87
88
88
- platform : [macOS, 12]
89
89
runtime : macOS 12
92
92
- platform : [macOS, 13]
93
93
runtime : macOS 13
94
94
os : macos-13
95
- xcode : 15.0
95
+ xcode : 15.0.1
96
96
97
97
# FIXME: this currently hangs on CI
98
98
# - platform: [visionos, 1]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ devices = {
6
6
14 => [ "iPhone 12 (14.5)" , "iPad Pro (9.7-inch) (14.5)" ] ,
7
7
15 => [ "iPhone SE (3rd generation) (15.5)" , "iPad Air (5th generation) (15.5)" , ] ,
8
8
16 => [ "iPhone 14 (16.4)" , "iPad Pro (11-inch) (4th generation) (16.4)" ] ,
9
- 17 => [ "iPhone 14 (17.0)" , "iPad Pro (11-inch) (4th generation) (17.0)" ] ,
9
+ 17 => [ "iPhone 14 (17.0.1 )" , "iPad Pro (11-inch) (4th generation) (17.0.1 )" ] ,
10
10
} ,
11
11
"tvos" => {
12
12
13 => [ "Apple TV (13.4)" ] ,
You can’t perform that action at this time.
0 commit comments