Browse code

gha: validate-pr: update to ubuntu 24.04

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2025/03/05 03:26:03
Showing 1 changed files
... ...
@@ -15,7 +15,7 @@ on:
15 15
 
16 16
 jobs:
17 17
   check-area-label:
18
-    runs-on: ubuntu-20.04
18
+    runs-on: ubuntu-24.04
19 19
     timeout-minutes: 120 # guardrails timeout for the whole job
20 20
     steps:
21 21
       - name: Missing `area/` label
... ...
@@ -27,7 +27,7 @@ jobs:
27 27
         run: exit 0
28 28
 
29 29
   check-changelog:
30
-    runs-on: ubuntu-20.04
30
+    runs-on: ubuntu-24.04
31 31
     timeout-minutes: 120 # guardrails timeout for the whole job
32 32
     env:
33 33
       HAS_IMPACT_LABEL: ${{ contains(join(github.event.pull_request.labels.*.name, ','), 'impact/') }}
... ...
@@ -65,7 +65,7 @@ jobs:
65 65
           echo "$desc"
66 66
 
67 67
   check-pr-branch:
68
-    runs-on: ubuntu-20.04
68
+    runs-on: ubuntu-24.04
69 69
     timeout-minutes: 120 # guardrails timeout for the whole job
70 70
     env:
71 71
       PR_TITLE: ${{ github.event.pull_request.title }}