aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2023-02-09 18:05:41 -0500
committerKevin O'Connor <kevin@koconnor.net>2023-02-09 20:57:53 -0500
commitdf1137ef7542a4ffa0060e078cd46f402499a075 (patch)
treea7420ba674b753c1665b3ae59cc6f1a5e949a9fe /.github/workflows
parent5ffe5d6349bd04a0e54bb2dad2aeffe01120fa21 (diff)
downloadkutter-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.yaml2
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