Skip to content

Commit f2f604b

Browse files
committed
github: Bump to latest Ubuntu
Signed-off-by: Stéphane Graber <[email protected]>
1 parent 59e03d9 commit f2f604b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/commits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
pull-requests: read # for tim-actions/get-pr-commits to get list of commits from the PR
1212
name: Signed-off-by (DCO)
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- name: Get PR Commits
1616
id: 'get-pr-commits'
@@ -27,7 +27,7 @@ jobs:
2727
permissions:
2828
contents: none
2929
name: Branch target
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-latest
3131
steps:
3232
- name: Check branch target
3333
env:

0 commit comments

Comments
 (0)