Skip to content

Commit de8028e

Browse files
author
Maciej Bojczuk
authored
telink: Fix for coding_guidelines CI (zephyrproject-rtos#34)
Fix CI configuration for checking coding guidelines. Signed-off-by: Maciej Bojczuk <maciej.bojczuk@telink-semi.com>
1 parent 74d8f1a commit de8028e

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)