Pin GitHub workflow build to ubuntu-20.04
This commit is contained in:
parent
ebec582ce2
commit
cfcc8b1a6f
3
.github/workflows/maven.yml
vendored
3
.github/workflows/maven.yml
vendored
@ -4,9 +4,10 @@ on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
java: [8, 11]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user