From a791691777f583a53fc350b1d5ac49cb742c1994 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sat, 10 Jan 2026 21:08:21 +0100 Subject: [PATCH] ci: restrict test runners to amd64 --- .gitea/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index bbec79a..513e5db 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -10,7 +10,9 @@ env: jobs: test: name: test - runs-on: ubuntu-latest + runs-on: + - ubuntu-latest + - linux_amd64 steps: - name: Checkout uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6