From 3f23ab97e0cbf086ffb552c69d42cb313894c07e Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Thu, 25 Mar 2021 21:16:31 -0400 Subject: [PATCH] Revert os/go version to fit in github pop-up --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 586748e..d9c384d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -11,7 +11,7 @@ jobs: os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest'] go: [ '1.15', '1.16' ] runs-on: ${{ matrix.os }} - name: ${{ matrix.os }}/${{ matrix.go }} + name: ${{ matrix.go }}/${{ matrix.os }} steps: - uses: actions/checkout@master - name: Setup go ${{ matrix.go }}