From 437a285cc855062334e526853f1922503d58dcac Mon Sep 17 00:00:00 2001 From: Tilo K Date: Sun, 15 Feb 2026 20:19:38 +0100 Subject: [PATCH] wip --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 6a38015..e8f6e54 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -8,7 +8,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: x86_64 steps: - uses: https://gitea.com/actions/checkout@v4 - uses: https://gitea.com/actions/setup-go@v5