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 -1
View File
@@ -20,7 +20,7 @@ on:
jobs:
smoke-test:
runs-on: 'self-hosted'
runs-on: 'ubuntu-latest'
permissions:
contents: 'read'
issues: 'write'