From 69bb3ba13443686d820852d526b5c8ffab6952bc Mon Sep 17 00:00:00 2001 From: "blacksmith-sh[bot]" <157653362+blacksmith-sh[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 14:17:30 +0000 Subject: [PATCH] Migrate workflows to Blacksmith --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc970f497..4077169bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ permissions: jobs: build-backend: name: Build Backend - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: Checkout code @@ -33,7 +33,7 @@ jobs: build-frontend: name: Build Frontend - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: Checkout code @@ -52,7 +52,7 @@ jobs: build-summary: name: Build Summary - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 needs: [build-backend, build-frontend] if: always() && github.event_name == 'pull_request'