From f663ce4ee8de0b64493932b1f8b00a899a50abce Mon Sep 17 00:00:00 2001 From: stakost Date: Sun, 1 Jun 2025 12:06:25 +0300 Subject: [PATCH] Fix workflow runner label --- .gitea/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index 6f3cd65..7c02990 100644 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -8,7 +8,7 @@ on: jobs: build-and-deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout code