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

@@ -224,7 +224,7 @@ jobs:
test_mac:
name: 'Test (Mac) - ${{ matrix.node-version }}, ${{ matrix.shard }}'
runs-on: 'macos-latest'
runs-on: 'macos-latest-large'
needs:
- 'merge_queue_skipper'
if: "github.repository == 'google-gemini/gemini-cli' && needs.merge_queue_skipper.outputs.skip == 'false'"