Skip to content

Commit

Permalink
mobile: Switch to a macOS large runner for running iOS tests (envoypr…
Browse files Browse the repository at this point in the history
…oxy#33442)

An attempt to fix envoyproxy#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 <[email protected]>
  • Loading branch information
fredyw authored Apr 10, 2024
1 parent f15f520 commit a95ea67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mobile-ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit a95ea67

Please sign in to comment.