From 006cedc3c07f04f008662deff0642a3164393e3a Mon Sep 17 00:00:00 2001 From: Jonathan Haas Date: Wed, 15 Apr 2026 11:15:21 -0700 Subject: [PATCH] .github/workflows: migrate to Blacksmith runners Switch from ubuntu-latest to blacksmith-4vcpu-ubuntu-2404 for faster CI builds with better caching. Matches evalops/llm-gateway#94. --- .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 b6f46cd..ccf586e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 strategy: matrix: python-version: ["3.10", "3.11", "3.12"]