mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-18 10:47:47 -04:00
Switch Uncrustify, Kernel unit tests to Ubuntu 20.04
This commit is contained in:
parent
d266eba137
commit
4ff2d323f6
2 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
git-secrets --scan
|
git-secrets --scan
|
||||||
|
|
||||||
formatting:
|
formatting:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install Uncrustify
|
- name: Install Uncrustify
|
||||||
|
|
4
.github/workflows/kernel-unit-tests.yml
vendored
4
.github/workflows/kernel-unit-tests.yml
vendored
|
@ -4,7 +4,7 @@ on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
run-submodule:
|
run-submodule:
|
||||||
name: FreeRTOS/Source Submodule Revision
|
name: FreeRTOS/Source Submodule Revision
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -39,7 +39,7 @@ jobs:
|
||||||
path: FreeRTOS/Test/CMock/build/coverage
|
path: FreeRTOS/Test/CMock/build/coverage
|
||||||
run-upstream:
|
run-upstream:
|
||||||
name: FreeRTOS-Kernel Main Branch
|
name: FreeRTOS-Kernel Main Branch
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue