summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKody Stribrny <kstribrn@amazon.com>2022-11-18 11:11:49 -0800
committerPaul Bartell <paul.bartell@gmail.com>2022-11-18 12:05:06 -0800
commit80e7b58046185a78db8031f9d99484b9af6f603a (patch)
tree267d45dfc21d67a32b6ad2e36c157811f70d10fd
parent4ff2d323f65082d623e6e77d3229055ce18a9b6e (diff)
downloadfreertos-git-80e7b58046185a78db8031f9d99484b9af6f603a.tar.gz
Move core-checks to 20.04
-rw-r--r--.github/workflows/core-checks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/core-checks.yml b/.github/workflows/core-checks.yml
index 7c7842910..343fa7f33 100644
--- a/.github/workflows/core-checks.yml
+++ b/.github/workflows/core-checks.yml
@@ -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