Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1b61bf7

Browse files
committedJan 27, 2025·
Update ci.yml
1 parent 996f565 commit 1b61bf7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed
 

‎.github/workflows/ci.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,19 @@ jobs:
111111
script: build:starters
112112
iosVersion: '17.5'
113113
iosDeviceModel: iPhone 15
114-
watchOsVersion: '11.1'
115-
watchDeviceModel: Apple Watch Series 10 (46mm)
114+
watchOsVersion: '10.5'
115+
watchDeviceModel: Apple Watch Series 9 (45mm)
116+
tvOsVersion: '17.5'
117+
tvDeviceModel: Apple TV
116118
developerDir: CI_XCODE_15
117119
- name: Xcode 16
118120
script: build:starters
119121
iosVersion: '18.1'
120122
iosDeviceModel: iPhone 16
123+
watchOsVersion: '11.1'
124+
watchDeviceModel: Apple Watch Series 10 (46mm)
125+
tvOsVersion: '18.1'
126+
tvDeviceModel: Apple TV
121127
developerDir: CI_XCODE_16
122128
- name: Core Module, iOS 17
123129
script: test:ios

0 commit comments

Comments
 (0)
Please sign in to comment.