chore(ci): Optimize runner usage for lightweight jobs

This commit is contained in:
mkorwel
2025-10-22 12:40:05 -07:00
parent be08763cfa
commit b255e904fd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ jobs:
needs:
- 'e2e_linux'
- 'e2e_mac'
runs-on: 'gemini-cli-ubuntu-16-core'
runs-on: 'ubuntu-latest'
steps:
- name: 'Check E2E test results'
run: |