workflows: Convert to Ubuntu 20.04 for build test

This also updates to the latest version of pru-gcc.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2023-02-09 18:05:41 -05:00
parent 5ffe5d6349
commit df1137ef75
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2