chore(ci): temporarily switch to standard runners

This commit is contained in:
mkorwel
2025-10-29 09:57:06 -07:00
parent 8826432034
commit 7a42aa11d4
3 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ jobs:
github.event_name == 'workflow_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository ||
github.event.label.name == 'maintainer:e2e:ok'
runs-on: 'gemini-cli-ubuntu-16-core'
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
@@ -146,7 +146,7 @@ jobs:
github.event_name == 'workflow_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository ||
github.event.label.name == 'maintainer:e2e:ok'
runs-on: 'gemini-cli-windows-16-core'
runs-on: 'windows-latest'
continue-on-error: true
steps: