Skip to content

Commit

Permalink
Fix typo and update ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
souzamari committed Oct 23, 2024
1 parent 6466592 commit f4098d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ios-sdk-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install ruby and gem dependencies
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5
ruby-version: 3.0
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

sdk-tests:
Expand All @@ -40,6 +40,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_13.1.app'
- name: Bundle install
run: bundle install
- name: Build Demo Swift
Expand All @@ -60,7 +62,7 @@ jobs:
- name: Bundle install
run: bundle install
- name: Build Demo Objective-C
run: bundle exec fastlane demo-objc
run: bundle exec fastlane demo_objc
- name: Store Artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f4098d3

Please sign in to comment.