From 2eec4d38e90caee7a8136f31a576bb93d4be06a8 Mon Sep 17 00:00:00 2001 From: NishantRajputRN Date: Tue, 28 Apr 2026 12:05:53 +0530 Subject: [PATCH] test --- .gitea/workflows/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/azure-pipelines.yml b/.gitea/workflows/azure-pipelines.yml index 06aa31c..d3ba1ae 100644 --- a/.gitea/workflows/azure-pipelines.yml +++ b/.gitea/workflows/azure-pipelines.yml @@ -2,7 +2,7 @@ # Root `azure-pipelines.yml` remains for Azure DevOps; this file runs on Gitea Actions. # # `runs-on` must match a label on an online runner (Admin → Actions → Runners). -# Default act_runner registration usually includes `ubuntu-latest` (and often ubuntu-22.04). +# For host runners, `linux_amd64` is the common label (`linux_amd64:host`). # If jobs stay queued, set this to the exact label name shown for your runner. name: Performics DevOps @@ -21,7 +21,7 @@ env: jobs: build-and-test: name: Performics DevOps Pipeline - runs-on: ubuntu-latest + runs-on: linux_amd64 steps: - uses: actions/checkout@v4