ci: backport use ubuntu latest

Doesn't need to be fixed and can follow same runners we use elsewhere.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2025-10-01 10:04:33 -05:00
parent 9d5b443cc8
commit 5890176f85

View File

@@ -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