We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a380a0 commit 2443eb1Copy full SHA for 2443eb1
1 file changed
.github/workflows/ios-tests.yml
@@ -13,9 +13,9 @@ jobs:
13
strategy:
14
matrix:
15
include:
16
- - xcode_version: '16.1'
17
- ios_name: 'iPhone 16'
18
- os_version: '18.1'
+ - xcode_version: '15.4'
+ ios_name: 'iPhone 15 Pro'
+ os_version: '17.5'
19
20
steps:
21
- name: Checkout repository
@@ -34,6 +34,9 @@ jobs:
34
- name: Install CocoaPods
35
run: sudo gem install cocoapods
36
37
+ - name: Install xcpretty
38
+ run: sudo gem install xcpretty
39
+
40
- name: Setup CLOUDINARY_URL
41
run: |
42
echo "CLOUDINARY_URL=$(bash tools/get_test_cloud.sh)" >> $GITHUB_ENV
0 commit comments