Use newer Ubuntu for CI.

Maybe it's update server will be more reliable.
This commit is contained in:
Scott Shawcroft 2020-04-08 10:53:42 -07:00
parent d0a25ca9ac
commit 9e34da44c3
No known key found for this signature in database
GPG Key ID: 9349BC7E64B1921E
1 changed files with 3 additions and 3 deletions

View File

@ -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