Update maven-pr-builder.yml

upgraded build server runtime from Ubuntu 18.04 to 20.04 LTS for the PR builder as well
This commit is contained in:
Subhrodip Mohanta 2020-08-29 19:35:20 +05:30 committed by GitHub
parent f5886325ec
commit 1973d1bc63
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