Skip to content

Commit 2fe73da

Browse files
committed
drop watchOS 8
1 parent 1eef6dc commit 2fe73da

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
platforms: [
2020
'iOS_15',
2121
'tvOS_15',
22-
'watchOS_8',
2322
]
2423
fail-fast: false
2524
timeout-minutes: 30

Scripts/build.swift

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)