diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2023-02-09 18:05:41 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2023-02-09 20:57:53 -0500 |
commit | df1137ef7542a4ffa0060e078cd46f402499a075 (patch) | |
tree | a7420ba674b753c1665b3ae59cc6f1a5e949a9fe /.github/workflows | |
parent | 5ffe5d6349bd04a0e54bb2dad2aeffe01120fa21 (diff) | |
download | kutter-df1137ef7542a4ffa0060e078cd46f402499a075.tar.gz kutter-df1137ef7542a4ffa0060e078cd46f402499a075.tar.xz kutter-df1137ef7542a4ffa0060e078cd46f402499a075.zip |
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>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 4a3e0ced..99666686 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -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 |