File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ jobs:
256256 name : iOS Build and Test
257257 strategy :
258258 matrix :
259- cocoapods : ['1.14.3', '1.15.2 ']
259+ cocoapods : ['1.14.3', '1.15.0 ']
260260 steps :
261261 - name : Checkout the code
262262 uses : actions/checkout@v4
@@ -300,7 +300,7 @@ jobs:
300300 uses : ruby/setup-ruby@v1
301301 if : steps.verify-iOS-changed-files.outputs.any_changed == 'true'
302302 with :
303- ruby-version : ' 3.3 '
303+ ruby-version : ' 3.2 '
304304 bundler-cache : true
305305
306306 - name : Install Cocoapods
@@ -328,13 +328,13 @@ jobs:
328328 if : steps.verify-iOS-changed-files.outputs.any_changed == 'true'
329329 run : |
330330 cd example/ios
331- xcodebuild -workspace ImageMarkerExample.xcworkspace -scheme ImageMarkerExample -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16 ' | xcpretty
331+ xcodebuild -workspace ImageMarkerExample.xcworkspace -scheme ImageMarkerExample -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 ' | xcpretty
332332
333333 - name : Test
334334 if : steps.verify-iOS-changed-files.outputs.any_changed == 'true'
335335 run : |
336336 cd example/ios
337- xcodebuild -workspace ImageMarkerExample.xcworkspace -scheme ImageMarkerExample -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16 ' test | xcpretty
337+ xcodebuild -workspace ImageMarkerExample.xcworkspace -scheme ImageMarkerExample -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 ' test | xcpretty
338338
339339 ci-complete :
340340 name : Complete CI
You can’t perform that action at this time.
0 commit comments