From e2b3ea6fea6b0f27035638b4cf4ec7bdde1dcdb6 Mon Sep 17 00:00:00 2001 From: Paul Willis Date: Sat, 6 Dec 2025 17:23:32 +0000 Subject: [PATCH] Update build.yml Update to include selecting specific ruby version in build pipeline --- .github/workflows/build.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3fa731f..d79087f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,8 +15,14 @@ jobs: runs-on: macos-latest steps: - name: Checkout iOS Repository - uses: actions/checkout@v2 - + uses: actions/checkout@v3 + + - name: Set up ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.0' + bundler-cache: true + - name: Build iOS Project via Fastlane uses: maierj/fastlane-action@v3.1.0 with: