1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

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