Skip to content

Commit

Permalink
fix(ci): iOS 18
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Oct 6, 2024
1 parent 9326fae commit 8b7ac6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ios18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
run: gem install cocoapods -v 1.15.2
- name: Pod Install
run: pod install --repo-update
working-directory: ios
- name: Build
run: ./build.sh
working-directory: ios
- name: Test iOS 18.0
run: ./test.sh "Fuse iOS 18.0" "18.0" "iPhone 15"
working-directory: ios

0 comments on commit 8b7ac6e

Please sign in to comment.