From 137756a2045bb4a67ea6bf62031124f48d5872e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 22 Nov 2024 14:10:06 -0300 Subject: [PATCH] ci: Run quick-tests in real hardware MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index cc7cc52e21..f7bea66ae1 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -10,7 +10,7 @@ permissions: jobs: quick-tests: - runs-on: ubuntu-latest + runs-on: raspbian-armv7-kernel-5.10.33 steps: - uses: actions/checkout@master - uses: dtolnay/rust-toolchain@stable