From 5337a9e5a73b588a5c97ec0694f3ed953d14d28e Mon Sep 17 00:00:00 2001 From: Tarik Moussa Date: Sat, 9 May 2026 14:51:45 +0200 Subject: [PATCH] ci: use eulernest runner (Raspberry Pi, ARM64) Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/cpp-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cpp-tests.yml b/.gitea/workflows/cpp-tests.yml index fd8c038..cfc2af0 100644 --- a/.gitea/workflows/cpp-tests.yml +++ b/.gitea/workflows/cpp-tests.yml @@ -10,7 +10,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: eulernest steps: - uses: actions/checkout@v4