Skip to content

Commit 88b2512

Browse files
authored
Merge pull request #510 from Leonidas-from-XIV/newer-runners
Use newer GH runners for checks
2 parents 57cf541 + 5a2b1d5 commit 88b2512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88
jobs:
99
Changelog-Entry-Check:
1010
name: Check Changelog Action
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: tarides/changelog-check-action@v1

.github/workflows/pr-number.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ on: [pull_request_target]
55
jobs:
66
PR-Number-Update:
77
name: Update PR number
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99
steps:
1010
- uses: tarides/pr-number-action@v1.1

0 commit comments

Comments
 (0)