see what happens if workflows move to ubuntu 20.04

This commit is contained in:
Jeff Epler 2020-11-16 16:03:29 -06:00
parent 9169878ebb
commit 9c4b6c34b8

@ -14,7 +14,7 @@ on:
jobs: jobs:
test: test:
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
steps: steps:
- name: Dump GitHub context - name: Dump GitHub context
env: env:
@ -165,7 +165,7 @@ jobs:
build-arm: build-arm:
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
needs: test needs: test
strategy: strategy:
fail-fast: false fail-fast: false
@ -368,7 +368,7 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested')) if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
build-riscv: build-riscv:
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
needs: test needs: test
strategy: strategy:
fail-fast: false fail-fast: false