File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1919 platforms : [
2020 ' iOS_15' ,
2121 ' tvOS_15' ,
22- ' watchOS_8' ,
2322 ]
2423 fail-fast : false
2524 timeout-minutes : 30
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ enum Platform: String, CustomStringConvertible {
3030 case macOS_12
3131 case macOS_13
3232 case macOS_14
33- case watchOS_8
3433 case watchOS_9
3534 case watchOS_10
3635
@@ -55,8 +54,6 @@ enum Platform: String, CustomStringConvertible {
5554 . macOS_14:
5655 return " platform=OS X "
5756
58- case . watchOS_8:
59- return " OS=8.5,name=Apple Watch Series 6 - 44mm "
6057 case . watchOS_9:
6158 return " OS=9.4,name=Apple Watch Series 6 (44mm) "
6259 case . watchOS_10:
@@ -83,8 +80,7 @@ enum Platform: String, CustomStringConvertible {
8380 case . macOS_14:
8481 return " macosx14.4 "
8582
86- case . watchOS_8,
87- . watchOS_9,
83+ case . watchOS_9,
8884 . watchOS_10:
8985 return " watchsimulator "
9086 }
@@ -122,8 +118,7 @@ enum Platform: String, CustomStringConvertible {
122118 . macOS_14:
123119 return " Valet Mac "
124120
125- case . watchOS_8,
126- . watchOS_9,
121+ case . watchOS_9,
127122 . watchOS_10:
128123 return " Valet watchOS "
129124 }
You can’t perform that action at this time.
0 commit comments