add Ubuntu 20.04 build

pull/115/head
Falk Werner 4 months ago
parent c14c374678
commit c9b2678073
No known key found for this signature in database

@ -10,7 +10,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04]
runs-on: ${{ matrix.os }}
env:
BUILD_TYPE: Release

Loading…
Cancel
Save