From 688f49a819d8f6220af3c17eb3b9268a675fcafc Mon Sep 17 00:00:00 2001 From: yasserfaraazkhan Date: Tue, 13 Feb 2024 03:02:38 +0530 Subject: [PATCH] test macos-13-xlarge and ruby 2.7.8 --- .github/actions/prepare-mobile-build/action.yaml | 2 +- .github/workflows/build-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/prepare-mobile-build/action.yaml b/.github/actions/prepare-mobile-build/action.yaml index d45291dad..9f27f76be 100644 --- a/.github/actions/prepare-mobile-build/action.yaml +++ b/.github/actions/prepare-mobile-build/action.yaml @@ -6,7 +6,7 @@ runs: steps: - uses: ruby/setup-ruby@9669f3ee51dc3f4eda8447ab696b3ab19a90d14b # v1.144.0 with: - ruby-version: "2.7.7" + ruby-version: "2.7.8" - name: ci/setup-fastlane-dependencies shell: bash diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 40e869479..af6e3f721 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -22,7 +22,7 @@ jobs: uses: ./.github/actions/test build-ios-pr: - runs-on: macos-12-large + runs-on: macos-13-xlarge if: ${{ github.event.label.name == 'Build Apps for PR' || github.event.label.name == 'Build App for iOS' }} needs: - test