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: