Move core-checks to 20.04

This commit is contained in:
Kody Stribrny 2022-11-18 11:11:49 -08:00 committed by Paul Bartell
parent 4ff2d323f6
commit 80e7b58046

View file

@ -5,7 +5,7 @@ on: [pull_request]
jobs:
core-checker:
name: FreeRTOS Core Checks
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
# Install python 3
- name: Tool Setup