Skip to content

Commit 2443eb1

Browse files
committed
Fix script
1 parent 3a380a0 commit 2443eb1

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ios-tests.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
include:
16-
- xcode_version: '16.1'
17-
ios_name: 'iPhone 16'
18-
os_version: '18.1'
16+
- xcode_version: '15.4'
17+
ios_name: 'iPhone 15 Pro'
18+
os_version: '17.5'
1919

2020
steps:
2121
- name: Checkout repository
@@ -34,6 +34,9 @@ jobs:
3434
- name: Install CocoaPods
3535
run: sudo gem install cocoapods
3636

37+
- name: Install xcpretty
38+
run: sudo gem install xcpretty
39+
3740
- name: Setup CLOUDINARY_URL
3841
run: |
3942
echo "CLOUDINARY_URL=$(bash tools/get_test_cloud.sh)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)