From e6f89eeee1821fd9b48172e12a344a3e4f1ecfde Mon Sep 17 00:00:00 2001 From: nihonium Date: Wed, 8 Oct 2025 17:10:07 +0300 Subject: [PATCH] feat: test container build --- .forgejo/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build-and-deploy.yml b/.forgejo/workflows/build-and-deploy.yml index 4f1011d..f1e98d8 100644 --- a/.forgejo/workflows/build-and-deploy.yml +++ b/.forgejo/workflows/build-and-deploy.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: self-hosted + runs-on: ubuntu-20.04 steps: - name: Checkout code uses: actions/checkout@v4