From e9f82a9d98b3545c51405c14d5851bf0c55771b6 Mon Sep 17 00:00:00 2001 From: Omar Abdulla Date: Mon, 10 Nov 2025 15:17:05 +0300 Subject: [PATCH] Update runners --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53def92..2b26b5c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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"