Skip to content

Commit 9515147

Browse files
committed
Update target devices and runtimes
1 parent dbaa150 commit 9515147

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/xcode.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
- xcode: 15.4
1919
runtime: "iOS 15.5"
2020
device: "iPhone 12 Pro Max"
21-
- xcode: 15.4
22-
runtime: "iOS 13.7"
23-
device: "iPhone 11"
2421
steps:
2522
- uses: actions/checkout@v4
2623
with:
@@ -58,14 +55,14 @@ jobs:
5855
matrix:
5956
env:
6057
- xcode: 15.4
61-
runtime: "watchOS 8.5"
58+
runtime: "watchOS 10.5"
59+
device: "Apple Watch Ultra 2 (49mm)"
60+
- xcode: 15.4
61+
runtime: "watchOS 9.4"
6262
device: "Apple Watch Series 7 - 45mm"
6363
- xcode: 15.4
64-
runtime: "watchOS 7.4"
64+
runtime: "watchOS 8.5"
6565
device: "Apple Watch Series 6 - 44mm"
66-
- xcode: 15.4
67-
runtime: "watchOS 6.2.1"
68-
device: "Apple Watch Series 4 - 40mm"
6966
steps:
7067
- uses: actions/checkout@v4
7168
with:

0 commit comments

Comments
 (0)