Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
3540770b3d
commit
bdaefe815d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
|
@ -2,13 +2,13 @@ name: Test
|
|||
on: push
|
||||
|
||||
jobs:
|
||||
test-gha:
|
||||
test:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
platform: [macos-latest, windows-latest]
|
||||
platform: [macos, windows]
|
||||
goVer: [1.18, 1.19]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
runs-on: ${{ matrix.platform }}-latest
|
||||
steps:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
|
|
Loading…
Reference in a new issue