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

View File

@@ -46,7 +46,7 @@ on:
jobs:
release:
runs-on: 'self-hosted'
runs-on: 'ubuntu-latest'
permissions:
contents: 'write'
packages: 'write'

View File

@@ -20,7 +20,7 @@ on:
jobs:
smoke-test:
runs-on: 'self-hosted'
runs-on: 'ubuntu-latest'
permissions:
contents: 'read'
issues: 'write'

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' }}