mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-02 04:22:59 +00:00
multi-platform go.yml test
This commit is contained in:
parent
848f497377
commit
98e9ffd09c
1 changed files with 5 additions and 1 deletions
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
|
|
@ -9,7 +9,11 @@ on:
|
|||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest macos-11.0 windows-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue