Skip to content

Commit

Permalink
ci: try to fix compliance workflow
Browse files Browse the repository at this point in the history
ubuntu-latest points to 24.04 - use ubuntu 22.04 now

Signed-off-by: Kari Hamalainen <[email protected]>
  • Loading branch information
karhama committed Dec 20, 2024
1 parent 7a9b76c commit 62563b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .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 All @@ -30,7 +30,6 @@ jobs:
pip3 install -U yamllint
pip3 install lxml==4.9.1
pip3 install -U python-magic junitparser==2.8.0 gitlint pylint pykwalify
pip3 install -U unidiff
pip3 install --user -U west
pip3 show -f west
Expand Down

0 comments on commit 62563b6

Please sign in to comment.