Skip to content

Commit bb26bf8

Browse files
stephanosiothst-nordic
authored andcommitted
[nrf fromtree] ci: compliance: Use Ubuntu 20.04 runner image
This commit updates the compliance check workflow to use a specific runner image version, ubuntu-20.04, instead of the latest version in order to prevent any potential breakages due to the 'latest' version change by GitHub. Signed-off-by: Stephanos Ioannidis <[email protected]> (cherry picked from commit f4447fc) Signed-off-by: Thomas Stilwell <[email protected]>
1 parent a384b8f commit bb26bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compliance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: pull_request
44

55
jobs:
66
maintainer_check:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-20.04
88
name: Check MAINTAINERS file
99
steps:
1010
- name: Checkout the code
@@ -22,7 +22,7 @@ jobs:
2222
python3 ./scripts/get_maintainer.py path CMakeLists.txt
2323
2424
check_compliance:
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-20.04
2626
name: Run compliance checks on patch series (PR)
2727
steps:
2828
- name: Update PATH for west

0 commit comments

Comments
 (0)