mirror of
https://github.com/spf13/viper
synced 2024-11-05 04:37:02 +00:00
Build on both linux and macos
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
3826be3135
commit
9c7144ec1e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -9,9 +9,10 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
go: ['1.11', '1.12', '1.13', '1.14']
|
||||
env:
|
||||
VERBOSE: 1
|
||||
|
|
Loading…
Reference in a new issue