mirror of https://github.com/astral-sh/ruff
Use a larger runner for the `cargo build (msrv)` job (#15973)
This commit is contained in:
parent
2ebb5e8d4b
commit
3f958a9d4c
|
|
@ -280,7 +280,7 @@ jobs:
|
||||||
|
|
||||||
cargo-build-msrv:
|
cargo-build-msrv:
|
||||||
name: "cargo build (msrv)"
|
name: "cargo build (msrv)"
|
||||||
runs-on: ubuntu-latest
|
runs-on: depot-ubuntu-latest-8
|
||||||
needs: determine_changes
|
needs: determine_changes
|
||||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
|
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue