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 9ea4ea1db9
commit a03cb57e18
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ on:
jobs:
smoke-test:
runs-on: 'self-hosted'
runs-on: 'ubuntu-latest'
permissions:
contents: 'read'
issues: 'write'