mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-17 03:50:03 +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:
parent
f5ab96e04f
commit
9cba57d1ab
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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}})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue