Skip to content

Commit 0acbe51

Browse files
authored
Merge branch 'main' into adjust_CR5_port_fpu_config
2 parents 4816d49 + 5f7ca3a commit 0acbe51

File tree

6 files changed

+270
-170
lines changed

6 files changed

+270
-170
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
exit 1
3636
fi
3737
formatting:
38-
runs-on: ubuntu-latest
38+
runs-on: ubuntu-20.04
3939
steps:
4040
- uses: actions/checkout@v2
4141
- name: Install Uncrustify

.github/workflows/kernel-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
kernel-checker:
77
name: FreeRTOS Kernel Header Checks
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-20.04
99
steps:
1010
# Install python 3
1111
- name: Tool Setup

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33

44
jobs:
55
run:
6-
runs-on: ubuntu-latest
6+
runs-on: ubuntu-20.04
77
steps:
88
- name: Checkout Parent Repository
99
uses: actions/checkout@v2

0 commit comments

Comments
 (0)