From f4098d3abb91ba5cd2b6335541d2c7733445a90e Mon Sep 17 00:00:00 2001 From: Mariana Souza Date: Wed, 23 Oct 2024 09:19:13 -0400 Subject: [PATCH] Fix typo and update ruby version --- .github/workflows/ios-sdk-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ios-sdk-ci.yml b/.github/workflows/ios-sdk-ci.yml index 1de3c21..4f991db 100644 --- a/.github/workflows/ios-sdk-ci.yml +++ b/.github/workflows/ios-sdk-ci.yml @@ -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: @@ -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 @@ -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: