Skip to content

Commit cdc2cdc

Browse files
committed
gha: validate-pr: update to ubuntu 24.04
Github is phasing out Ubuntu 20.04, and currently is doing brownouts; actions/runner-images#11101 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent d962a90 commit cdc2cdc

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)