Skip to content

Commit 3ed6c8c

Browse files
stephanosiothst-nordic
authored andcommitted
[nrf fromtree] ci: coding_guidelines: Use Ubuntu 20.04 runner image
This commit updates the coding guidelines 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 1a4105b6b526db5e8dcab59492453cc7f858fb9f) Signed-off-by: Thomas Stilwell <[email protected]>
1 parent 5cdbe42 commit 3ed6c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coding_guidelines.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-20.04
88
name: Run coding guidelines checks on patch series (PR)
99
steps:
1010
- name: Checkout the code

0 commit comments

Comments
 (0)