Update Ubuntu version used for CI

Ubuntu 20.04 is supported "as a preview"
and may have to be replaced in the future,
but 18.04's Qt package is too old to build.
This commit is contained in:
Raphaël Zumer 2020-06-08 18:20:56 +00:00 committed by GitHub
parent 90cf310e81
commit 2fab090344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1