We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
parse-community
Learn more about funding links in repositories.
Report abuse
1 parent 996f565 commit 1b61bf7Copy full SHA for 1b61bf7
.github/workflows/ci.yml
@@ -111,13 +111,19 @@ jobs:
111
script: build:starters
112
iosVersion: '17.5'
113
iosDeviceModel: iPhone 15
114
- watchOsVersion: '11.1'
115
- watchDeviceModel: Apple Watch Series 10 (46mm)
+ watchOsVersion: '10.5'
+ watchDeviceModel: Apple Watch Series 9 (45mm)
116
+ tvOsVersion: '17.5'
117
+ tvDeviceModel: Apple TV
118
developerDir: CI_XCODE_15
119
- name: Xcode 16
120
121
iosVersion: '18.1'
122
iosDeviceModel: iPhone 16
123
+ watchOsVersion: '11.1'
124
+ watchDeviceModel: Apple Watch Series 10 (46mm)
125
+ tvOsVersion: '18.1'
126
127
developerDir: CI_XCODE_16
128
- name: Core Module, iOS 17
129
script: test:ios
0 commit comments