From ce41febd717283b2150ae91a668e5f4bdac099c1 Mon Sep 17 00:00:00 2001 From: Mike Kell Date: Sun, 29 Mar 2026 06:43:46 -0400 Subject: [PATCH] test failed and returned to original config --- .forgejo/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 891139d..42ee618 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -7,7 +7,7 @@ on: jobs: test: - runs-on: linux + runs-on: docker steps: - name: Checkout uses: actions/checkout@v4