mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-16 14:01:08 +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:
parent
9d5b443cc8
commit
5890176f85
1 changed files with 1 additions and 1 deletions
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue