Skip to content

Commit

Permalink
actions: backport: Update ubuntu version
Browse files Browse the repository at this point in the history
18.04 is deprecated, update to 20.04.

Signed-off-by: Carles Cufi <[email protected]>
  • Loading branch information
carlescufi committed Mar 6, 2024
1 parent 7597ac9 commit 3c77b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
backport:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
name: Backport
steps:
- name: Backport Bot
Expand All @@ -16,4 +16,4 @@ jobs:
bot_username: NordicBuilder
bot_token: 151a9b45052f9ee8be5a59963d31ad7b92c3ecb5
bot_token_key: 67bb1f1f998d546859786a4088917c65415c0ebd
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3c77b49

Please sign in to comment.