From a95ea672cb50acf685a9a1fa7649cc2407840ec9 Mon Sep 17 00:00:00 2001 From: Fredy Wijaya Date: Wed, 10 Apr 2024 14:01:16 -0500 Subject: [PATCH] mobile: Switch to a macOS large runner for running iOS tests (#33442) An attempt to fix #31957 by switching to a macOS large runner. Risk Level: low Testing: CI Docs Changes: n/a Release Notes: n/a Platform Specific Features: n/a Signed-off-by: Fredy Wijaya --- .github/workflows/mobile-ios_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mobile-ios_build.yml b/.github/workflows/mobile-ios_build.yml index a568b2bf86a3..aaf908d638af 100644 --- a/.github/workflows/mobile-ios_build.yml +++ b/.github/workflows/mobile-ios_build.yml @@ -42,7 +42,7 @@ jobs: command: ./bazelw container-command: request: ${{ needs.load.outputs.request }} - runs-on: macos-12 + runs-on: macos-12-large source: | source ./ci/mac_ci_setup.sh ./bazelw shutdown @@ -81,7 +81,7 @@ jobs: command: ./bazelw container-command: request: ${{ needs.load.outputs.request }} - runs-on: macos-12 + runs-on: macos-12-large source: | source ./ci/mac_ci_setup.sh ./bazelw shutdown @@ -126,7 +126,7 @@ jobs: command: ./bazelw container-command: request: ${{ needs.load.outputs.request }} - runs-on: macos-12 + runs-on: macos-12-large source: | source ./ci/mac_ci_setup.sh steps-post: |