1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-07-04 12:03:41 +02:00

.github/workflows/ci.yml: we package for both ubuntu 16.04 and 18.04. so lets build for those also.

This commit is contained in:
Henrik Hautakoski 2020-03-28 21:18:06 +01:00
parent f5ab96e04f
commit 9cba57d1ab

View file

@ -11,7 +11,7 @@ jobs:
compile: compile:
strategy: strategy:
matrix: 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" ] build-opts: [ "-DUSE_THREADS=ON", "-DUSE_THREADS=OFF" ]
name: ${{matrix.os}} (${{matrix.build-opts}}) name: ${{matrix.os}} (${{matrix.build-opts}})