Skip to content

Commit 471b70a

Browse files
⬆️ Updates ubuntu to v24
1 parent f93727a commit 471b70a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-16.04
9+
runs-on: ubuntu-24.04
1010
name: Generate chart image
1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)