update RTEMS toolchains

Allow selection of RTEMS target and toolchain build.
Default build requires ubuntu-20.04 (aka. focal).
This commit is contained in:
Michael Davidsaver
2020-08-29 10:14:21 -07:00
parent 3db08b5977
commit 028b752cb2
2 changed files with 26 additions and 14 deletions

View File

@@ -143,7 +143,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04]
os: [ubuntu-20.04]
cmp: [gcc]
configuration: [default, debug]
rtems: ["4.9", "4.10"]