diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-04-08 10:53:42 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-04-08 10:53:42 -0700 |
| commit | 9e34da44c37ccb592a54c325832528fe3b0389bf (patch) | |
| tree | eb72b2c021d3a2ce1a683dee4cdcec04795bd4e9 /.github | |
| parent | d0a25ca9acf4d96923fe81bf7ee6b313e86595ef (diff) | |
Use newer Ubuntu for CI.
Maybe it's update server will be more reliable.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e06477979..b773c2bf3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ on: jobs: test: - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 steps: - name: Dump GitHub context env: @@ -116,7 +116,7 @@ jobs: path: mpy-cross/mpy-cross build-arm: - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 needs: test strategy: fail-fast: false @@ -281,7 +281,7 @@ jobs: if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested')) build-riscv: - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 needs: test strategy: fail-fast: false |
