From 0ab129c18a21c65b7a3786989e0d366f43f78b70 Mon Sep 17 00:00:00 2001 From: yasserfaraazkhan Date: Tue, 13 Feb 2024 02:13:26 +0530 Subject: [PATCH] make all 12-large --- .github/actions/prepare-mobile-build/action.yaml | 2 -- .github/workflows/build-ios-beta.yml | 4 ++-- .github/workflows/build-ios-release.yml | 4 ++-- .github/workflows/build-pr.yml | 4 ++-- .github/workflows/github-release.yml | 2 +- 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/actions/prepare-mobile-build/action.yaml b/.github/actions/prepare-mobile-build/action.yaml index 70864fba3..d45291dad 100644 --- a/.github/actions/prepare-mobile-build/action.yaml +++ b/.github/actions/prepare-mobile-build/action.yaml @@ -7,8 +7,6 @@ runs: - uses: ruby/setup-ruby@9669f3ee51dc3f4eda8447ab696b3ab19a90d14b # v1.144.0 with: ruby-version: "2.7.7" - bundler-cache: true - cache-version: 1 - name: ci/setup-fastlane-dependencies shell: bash diff --git a/.github/workflows/build-ios-beta.yml b/.github/workflows/build-ios-beta.yml index 6ba35bd56..7921bda3e 100644 --- a/.github/workflows/build-ios-beta.yml +++ b/.github/workflows/build-ios-beta.yml @@ -22,7 +22,7 @@ jobs: uses: ./.github/actions/test build-ios-simulator: - runs-on: macos-12 + runs-on: macos-12-large if: ${{ !contains(github.ref_name, 'beta-ios') }} needs: - test @@ -50,7 +50,7 @@ jobs: path: Mattermost-simulator-x86_64.app.zip build-and-deploy-ios-beta: - runs-on: macos-12 + runs-on: macos-12-large if: ${{ !contains(github.ref_name, 'beta-sim') }} needs: - test diff --git a/.github/workflows/build-ios-release.yml b/.github/workflows/build-ios-release.yml index 2616500e8..3d349f1af 100644 --- a/.github/workflows/build-ios-release.yml +++ b/.github/workflows/build-ios-release.yml @@ -22,7 +22,7 @@ jobs: uses: ./.github/actions/test build-and-deploy-ios-release: - runs-on: macos-12 + runs-on: macos-12-large if: ${{ !contains(github.ref_name, 'release-sim') }} needs: - test @@ -71,7 +71,7 @@ jobs: path: "*.ipa" build-ios-simulator: - runs-on: macos-12 + runs-on: macos-12-large if: ${{ !contains(github.ref_name , 'release-ios') }} needs: - test diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 32c92226e..40e869479 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -24,8 +24,8 @@ jobs: build-ios-pr: runs-on: macos-12-large if: ${{ github.event.label.name == 'Build Apps for PR' || github.event.label.name == 'Build App for iOS' }} - # needs: - # - test + needs: + - test steps: - name: ci/checkout-repo uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 5cb16f632..eede23975 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -15,7 +15,7 @@ jobs: uses: ./.github/actions/test build-ios-unsigned: - runs-on: macos-12 + runs-on: macos-12-large needs: - test steps: