Skip to content

Commit

Permalink
drop watchOS 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Apr 23, 2024
1 parent 1eef6dc commit 2fe73da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
platforms: [
'iOS_15',
'tvOS_15',
'watchOS_8',
]
fail-fast: false
timeout-minutes: 30
Expand Down
9 changes: 2 additions & 7 deletions Scripts/build.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ enum Platform: String, CustomStringConvertible {
case macOS_12
case macOS_13
case macOS_14
case watchOS_8
case watchOS_9
case watchOS_10

Expand All @@ -55,8 +54,6 @@ enum Platform: String, CustomStringConvertible {
.macOS_14:
return "platform=OS X"

case .watchOS_8:
return "OS=8.5,name=Apple Watch Series 6 - 44mm"
case .watchOS_9:
return "OS=9.4,name=Apple Watch Series 6 (44mm)"
case .watchOS_10:
Expand All @@ -83,8 +80,7 @@ enum Platform: String, CustomStringConvertible {
case .macOS_14:
return "macosx14.4"

case .watchOS_8,
.watchOS_9,
case .watchOS_9,
.watchOS_10:
return "watchsimulator"
}
Expand Down Expand Up @@ -122,8 +118,7 @@ enum Platform: String, CustomStringConvertible {
.macOS_14:
return "Valet Mac"

case .watchOS_8,
.watchOS_9,
case .watchOS_9,
.watchOS_10:
return "Valet watchOS"
}
Expand Down

0 comments on commit 2fe73da

Please sign in to comment.