From 9cba57d1ab85a13c97f95262ac5ce0befbc55f80 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 28 Mar 2020 21:18:06 +0100 Subject: [PATCH] .github/workflows/ci.yml: we package for both ubuntu 16.04 and 18.04. so lets build for those also. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1dd50e..a108da7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: compile: strategy: matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] + os: [ ubuntu-16.04, ubuntu-18.04, macos-latest, windows-latest ] build-opts: [ "-DUSE_THREADS=ON", "-DUSE_THREADS=OFF" ] name: ${{matrix.os}} (${{matrix.build-opts}})