From a8d87eec00f9775f62b41086a840dfcd20c856ab Mon Sep 17 00:00:00 2001 From: NishantRajputRN Date: Tue, 28 Apr 2026 12:15:32 +0530 Subject: [PATCH] label name change --- .gitea/workflows/azure-pipelines.yml | 6 +++--- App.js | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/azure-pipelines.yml b/.gitea/workflows/azure-pipelines.yml index 6b151b2..06c49b8 100644 --- a/.gitea/workflows/azure-pipelines.yml +++ b/.gitea/workflows/azure-pipelines.yml @@ -2,8 +2,8 @@ # 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). -# Newer act_runner defaults commonly include `ubuntu-24.04`. -# If jobs stay queued, set this to the exact label shown for your runner. +# Current runner labels are: ubuntu-latest, ubuntu-22.04, ubuntu-20.04. +# Keep `runs-on` aligned with one of those labels. name: Performics DevOps @@ -21,7 +21,7 @@ env: jobs: build-and-test: name: Performics DevOps Pipeline - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/App.js b/App.js index a913617..f8bb645 100644 --- a/App.js +++ b/App.js @@ -3,4 +3,5 @@ console.log("trest") console.log("trest") console.log("trest") console.log("trest") +console.log("trest")