From 5890176f856dcaf55f3ab56b25d4138657531cbd Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 1 Oct 2025 10:04:33 -0500 Subject: [PATCH] ci: backport use ubuntu latest Doesn't need to be fixed and can follow same runners we use elsewhere. Signed-off-by: Austin Horstman --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index f42429092..40e428406 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -17,7 +17,7 @@ jobs: || startsWith(github.event.label.name, 'backport') ) - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-latest steps: - name: Create GitHub App token uses: actions/create-github-app-token@v2