From 6a218d109a7ce4187542a5f06bf7e3e4ff5b8f80 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Thu, 11 Dec 2025 13:35:17 +0100 Subject: [PATCH] feat: Use github runners instead of blacksmith for less intensive tasks, b=no-bug, c=workflows --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1ded9dfe..46dbbffc2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -190,7 +190,7 @@ jobs: name: Lint check-release: - runs-on: blacksmith-2vcpu-ubuntu-2404 + runs-on: ubuntu-latest needs: [build-data, lint] steps: - name: Checkout repository @@ -231,7 +231,7 @@ jobs: source: permissions: contents: write - runs-on: blacksmith-2vcpu-ubuntu-2404 + runs-on: ubuntu-latest needs: [build-data, check-release] steps: