From 7a42aa11d461c1666d45e3a1210cb05001726d7f Mon Sep 17 00:00:00 2001 From: mkorwel Date: Wed, 29 Oct 2025 09:57:06 -0700 Subject: [PATCH] chore(ci): temporarily switch to standard runners --- .github/workflows/ci.yml | 7 +++---- .github/workflows/e2e.yml | 4 ++-- .github/workflows/lint.yml | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4e2c7072a..27753fa37c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 65a7a12dd7..08bdad3a0f 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5390a011c5..2c4a526004 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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