From db0100e9569b92719311a5bf6727ca1bb4664409 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 21 Jan 2025 19:43:49 +0100 Subject: [PATCH] Run pytest GitHub Action on an ARM processor (#3619) --- .github/workflows/codespell-private.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell-private.yml b/.github/workflows/codespell-private.yml index 44d2d11053..b77b2aa061 100644 --- a/.github/workflows/codespell-private.yml +++ b/.github/workflows/codespell-private.yml @@ -14,7 +14,7 @@ jobs: REQUIRE_ASPELL: true RUFF_OUTPUT_FORMAT: github # Make sure we're using the latest aspell dictionary - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm timeout-minutes: 10 strategy: fail-fast: false