Swap all self-hosted runners to ubuntu-latest per b/451586626 (#11023)

This commit is contained in:
Richie Foreman
2025-10-13 11:28:32 -04:00
committed by GitHub
parent c23eb84b04
commit 90de8416cc
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -13,7 +13,6 @@ jobs:
matrix:
runner:
- 'ubuntu-latest' # GitHub-hosted
- 'self-hosted' # GHA on GCP runners
runs-on: '${{ matrix.runner }}'
if: |-
${{ github.repository == 'google-gemini/gemini-cli' }}