From d76e4a07263330bb8f3f864a541f7b8466396d2e Mon Sep 17 00:00:00 2001 From: "blacksmith-sh[bot]" <157653362+blacksmith-sh[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:26:19 +0000 Subject: [PATCH] Migrate workflows to Blacksmith --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d5464bbc..01df3254 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -13,13 +13,13 @@ jobs: build-test: strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, blacksmith-32vcpu-windows-2025] profile: [debug, release] feature: [default, headless] include: - os: ubuntu-latest platform: linux - - os: windows-latest + - os: blacksmith-32vcpu-windows-2025 platform: windows runs-on: ${{ matrix.os }} steps: