Update runners

This commit is contained in:
Omar Abdulla
2025-11-10 15:17:05 +03:00
parent dc63d1454b
commit e9f82a9d98
+3 -3
View File
@@ -20,7 +20,7 @@ env:
jobs:
machete:
name: Check for Unneeded Dependencies
runs-on: parity-large
runs-on: ubuntu-24.04
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
@@ -39,7 +39,7 @@ jobs:
run: cargo make machete
check-fmt:
name: Check Formatting
runs-on: parity-large
runs-on: ubuntu-24.04
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
@@ -58,7 +58,7 @@ jobs:
run: cargo make fmt-check
check-clippy:
name: Check Clippy Lints
runs-on: parity-large
runs-on: ubuntu-24.04
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"