Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [blacksmith-4vcpu-ubuntu-2404, macos-latest]


steps:
Expand Down Expand Up @@ -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

Expand All @@ -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:
Expand Down
Loading