change spell
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-08-11 19:13:51 +02:00
parent 3540770b3d
commit bdaefe815d
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 3 additions and 3 deletions

View File

@ -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