Switch Uncrustify, Kernel unit tests to Ubuntu 20.04

This commit is contained in:
Kody Stribrny
2022-11-18 10:39:07 -08:00
committed by Paul Bartell
parent d266eba137
commit 4ff2d323f6
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
run-submodule:
name: FreeRTOS/Source Submodule Revision
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v2
@@ -39,7 +39,7 @@ jobs:
path: FreeRTOS/Test/CMock/build/coverage
run-upstream:
name: FreeRTOS-Kernel Main Branch
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v2