From a596f32a8e244f13e3116b852463a6058b55fd3d Mon Sep 17 00:00:00 2001 From: "blacksmith-sh[bot]" <157653362+blacksmith-sh[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 14:06:46 +0000 Subject: [PATCH] Migrate workflows to Blacksmith --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5898c7c2..1922b98e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: checks: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 strategy: fail-fast: false matrix: @@ -91,7 +91,7 @@ jobs: run: ${{ matrix.command }} checks-windows: - runs-on: windows-latest + runs-on: blacksmith-4vcpu-windows-2025 defaults: run: shell: bash @@ -412,7 +412,7 @@ jobs: PY android: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 strategy: fail-fast: false matrix: