From bdaefe815dcd122493af39ef18385331fb157d5d Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Thu, 11 Aug 2022 19:13:51 +0200 Subject: [PATCH] change spell Signed-off-by: Sam Therapy --- .github/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 28d2715..c2f1a04 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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