Skip to content

Commit 783b148

Browse files
committed
ci: fix compliance by using ubuntu-22.04
ubuntu-latest points to 24.04 - use 22.04 instead Signed-off-by: Kari Hamalainen <[email protected]>
1 parent 7a9b76c commit 783b148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: pull_request
44

55
jobs:
66
compliance_job:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-22.04
88
name: Run compliance checks on patch series (PR)
99
steps:
1010
- name: Checkout the code

0 commit comments

Comments
 (0)