mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08: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:
2
.github/workflows/backport.yml
vendored
2
.github/workflows/backport.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
|| startsWith(github.event.label.name, 'backport')
|
|| startsWith(github.event.label.name, 'backport')
|
||||||
)
|
)
|
||||||
|
|
||||||
runs-on: ubuntu-24.04-arm
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Create GitHub App token
|
- name: Create GitHub App token
|
||||||
uses: actions/create-github-app-token@v2
|
uses: actions/create-github-app-token@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user