From c91a4b172d984ec014023712060dffa5ccfb8b39 Mon Sep 17 00:00:00 2001 From: "blacksmith-sh[bot]" <157653362+blacksmith-sh[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 18:10:28 +0000 Subject: [PATCH] Migrate workflows to Blacksmith --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e126377..a6be9b9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -32,7 +32,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [blacksmith-4vcpu-ubuntu-2404, macos-latest] steps: @@ -61,7 +61,7 @@ jobs: run: cargo tarpaulin --verbose audit: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 name: Cargo udeps and audit needs: tests @@ -87,7 +87,7 @@ jobs: # https://github.com/orgs/community/discussions/12395#discussioncomment-12970019 check-workflow-status: name: Check Workflow Status - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 if: always() needs: