From 298837b26380435b96b3533033d2fcbb6b8f4a14 Mon Sep 17 00:00:00 2001 From: csagdpodpadma Date: Mon, 24 Nov 2025 11:46:54 +0100 Subject: [PATCH] Change runner to ubuntu-latest for lint job Signed-off-by: csagdpodpadma --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb6c689..e34a3fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: jobs: lint: - runs-on: [self-hosted, test_runner] + runs-on: ubuntu-latest steps: # Step 1: Checkout the code