Pin GitHub workflow build to ubuntu-20.04

This commit is contained in:
md_5
2021-02-14 09:35:07 +11:00
parent ebec582ce2
commit cfcc8b1a6f

View File

@@ -4,9 +4,10 @@ on: [push, pull_request]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
strategy: strategy:
fail-fast: false
matrix: matrix:
java: [8, 11] java: [8, 11]