Update maven-ci.yml

upgraded build server runtime from Ubuntu 18.04 to 20.04 LTS
This commit is contained in:
Subhrodip Mohanta 2020-08-29 19:34:43 +05:30 committed by GitHub
parent 338c146c78
commit f5886325ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ on:
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2