From beea66532dbe39b6fa3dde4c650d2c28fb97568f Mon Sep 17 00:00:00 2001 From: gitea Date: Tue, 25 Nov 2025 11:37:05 +0330 Subject: [PATCH] edit runner label --- .gitea/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 23541be..575e6e6 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -7,7 +7,7 @@ on: jobs: hello: - runs-on: devops # must match your runner's label + runs-on: ubuntu-latest # must match your runner's label steps: - name: Checkout code uses: actions/checkout@v4