From 187bd26b8d648f3c8bdf52c505026aeae3fca28d Mon Sep 17 00:00:00 2001 From: "blacksmith-sh[bot]" <157653362+blacksmith-sh[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 17:10:07 +0000 Subject: [PATCH] Migrate workflows to Blacksmith --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4fb3bf13e..8ee1218f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: release: name: Create Release - runs-on: ubuntu-22.04 + runs-on: blacksmith-4vcpu-ubuntu-2204 needs: build steps: - name: Checkout @@ -61,7 +61,7 @@ jobs: update-docs: name: Update Documentation - runs-on: ubuntu-22.04 + runs-on: blacksmith-4vcpu-ubuntu-2204 needs: build steps: - name: Checkout Docs Repository