Skip to content

Commit 539f6de

Browse files
authored
Merge pull request #5887 from thaJeztah/gha_bump_ubuntu
gha: validate-pr: update to ubuntu 24.04
2 parents d962a90 + cdc2cdc commit 539f6de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/validate-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
check-area-label:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-24.04
1919
timeout-minutes: 120 # guardrails timeout for the whole job
2020
steps:
2121
- name: Missing `area/` label
@@ -27,7 +27,7 @@ jobs:
2727
run: exit 0
2828

2929
check-changelog:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-24.04
3131
timeout-minutes: 120 # guardrails timeout for the whole job
3232
env:
3333
HAS_IMPACT_LABEL: ${{ contains(join(github.event.pull_request.labels.*.name, ','), 'impact/') }}
@@ -65,7 +65,7 @@ jobs:
6565
echo "$desc"
6666
6767
check-pr-branch:
68-
runs-on: ubuntu-20.04
68+
runs-on: ubuntu-24.04
6969
timeout-minutes: 120 # guardrails timeout for the whole job
7070
env:
7171
PR_TITLE: ${{ github.event.pull_request.title }}

0 commit comments

Comments
 (0)