Skip to content

Commit

Permalink
Use a larger runner for the cargo build (msrv) job (#15973)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Feb 5, 2025
1 parent 2ebb5e8 commit 3f958a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:

cargo-build-msrv:
name: "cargo build (msrv)"
runs-on: ubuntu-latest
runs-on: depot-ubuntu-latest-8
needs: determine_changes
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
timeout-minutes: 20
Expand Down

0 comments on commit 3f958a9

Please sign in to comment.