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
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

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]