Skip to content

Commit e69f1de

Browse files
⬆️ Updates ubuntu to v24
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 20a4eb6 commit e69f1de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/backport.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
backport:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-24.04
1111
name: Backport
1212
steps:
1313
- name: Backport

.github/workflows/closing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
issueClosed:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Add closed question comment
1313
uses: peter-evans/create-or-update-comment@v1

.github/workflows/set-milestone-on-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
set-milestone:
1010
if: github.event.pull_request.merged == true
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v2

0 commit comments

Comments
 (0)