use macos-latest-large runner where applicable. (#25413)

This commit is contained in:
Tommaso Sciortino
2026-04-14 21:05:25 +00:00
committed by GitHub
parent a6d43cba2d
commit d613dd05db
3 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ jobs:
deflake_e2e_mac:
name: 'E2E Test (macOS)'
runs-on: 'macos-latest'
runs-on: 'macos-latest-large'
if: "github.repository == 'google-gemini/gemini-cli'"
steps:
- name: 'Checkout'