From 17ce8f3ba4ebe1818d33a88b109a072c24f6c96c Mon Sep 17 00:00:00 2001 From: cpacker Date: Wed, 25 Feb 2026 11:28:00 -0800 Subject: [PATCH] fix(ci): use valid gemini model id in headless matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1ebafc..705c494 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -223,7 +223,7 @@ jobs: fail-fast: false matrix: # Note: gemini-3-flash / glm-4.7 temporarily disabled due to instability - model: [gpt-5-minimal, gpt-4.1, sonnet-4.6-low, gemini-3.1-pro, haiku] + model: [gpt-5-minimal, gpt-4.1, sonnet-4.6-low, gemini-3.1, haiku] steps: - name: Checkout uses: actions/checkout@v6