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
+3 -4
View File
@@ -18,8 +18,7 @@ defaults:
jobs:
test_linux:
name: 'Test (Linux)'
runs-on: 'gemini-cli-ubuntu-16-core'
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
@@ -128,7 +127,7 @@ jobs:
codeql:
name: 'CodeQL'
runs-on: 'gemini-cli-ubuntu-16-core'
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5
@@ -145,7 +144,7 @@ jobs:
test_windows:
name: 'Slow Test - Win'
runs-on: 'gemini-cli-windows-16-core'
runs-on: 'windows-latest'
continue-on-error: true
strategy:
fail-fast: false
+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:
+1 -1
View File
@@ -10,7 +10,7 @@ permissions:
jobs:
lint:
name: 'Lint All'
runs-on: 'gemini-cli-ubuntu-16-core'
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5