Skip to content

Commit d990b9d

Browse files
committed
Drop unsupported runtimes from GitHub Actions test config
1 parent 3f5c3ed commit d990b9d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/xcode.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ jobs:
1414
device: "iPhone 15 Pro Max"
1515
- xcode: 15.4
1616
runtime: "iOS 16.4"
17-
device: "iPhone 12 mini"
18-
- xcode: 15.4
19-
runtime: "iOS 15.5"
20-
device: "iPhone SE"
17+
device: "iPhone 8"
2118
steps:
2219
- uses: actions/checkout@v4
2320
with:
@@ -60,10 +57,7 @@ jobs:
6057
device: "Apple Watch Ultra 2 (49mm)"
6158
- xcode: 15.4
6259
runtime: "watchOS 9.4"
63-
device: "Apple Watch SE (44mm) (2nd generation)"
64-
- xcode: 15.4
65-
runtime: "watchOS 8.5"
66-
device: "Apple Watch Series 3 (38mm)"
60+
device: "Apple Watch Series 4 (40mm)"
6761
steps:
6862
- uses: actions/checkout@v4
6963
with:

0 commit comments

Comments
 (0)