From 712e3f518307e75da25676f5183824cc225d5ccb Mon Sep 17 00:00:00 2001 From: Lawrence Stalder Date: Fri, 13 Mar 2026 14:25:33 +0100 Subject: [PATCH] Change runner from ubuntu-latest to arc-linux-latest --- .github/workflows/pr-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index cf7f19aac1..fb533aa825 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -23,7 +23,7 @@ env: jobs: check-milestone: name: Check Milestone - runs-on: ubuntu-latest + runs-on: arc-linux-latest steps: - if: github.event.pull_request.milestone == null && contains( env.LABELS, 'no-milestone' ) == false run: exit 1