Skip to content

Commit

Permalink
ci: fix compliance by using ubuntu-22.04
Browse files Browse the repository at this point in the history
ubuntu-latest points to 24.04 - use 22.04 instead

Signed-off-by: Kari Hamalainen <[email protected]>
  • Loading branch information
karhama committed Dec 20, 2024
1 parent 7a9b76c commit 40564fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: pull_request

jobs:
compliance_job:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Run compliance checks on patch series (PR)
steps:
- name: Checkout the code
Expand Down

0 comments on commit 40564fa

Please sign in to comment.