We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95e9c3 commit 635c6bdCopy full SHA for 635c6bd
1 file changed
.depot/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
run: cargo fmt --all --check
27
clippy:
28
name: Clippy
29
- runs-on: depot-ubuntu-24.04 # was: ubuntu-24.04. Mapped standard GitHub runner to Depot equivalent.
+ runs-on: depot-ubuntu-latest-4
30
steps:
31
- uses: actions/checkout@v4
32
- name: Setup Depot
@@ -41,7 +41,7 @@ jobs:
41
run: depot cargo clippy --workspace --all-targets --all-features -- -D warnings
42
test:
43
name: Test
44
45
46
47
0 commit comments