From b1c468340c2557578fb7f0a9b813675cbbbc7513 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Thu, 16 Jul 2026 10:48:45 -0400 Subject: [PATCH] Run Linux tests on hosted ARM runner --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 990e21d..8e43e61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: test-linux: name: Test (Linux) - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm timeout-minutes: 60 steps: - uses: actions/checkout@v6