Update linux-builds.yml

This commit is contained in:
githubuser0xFFFF 2019-12-02 08:19:11 +01:00 committed by GitHub
parent 552cee514d
commit 178603e3ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,11 @@ on: [push]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-18.04, ubuntu-16.04]
runs-on: ubuntu-18.04
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1