From cf026ab4d6e957ed5b5f09fd6e8471f6913ffc6a Mon Sep 17 00:00:00 2001 From: Gordon Bleux Date: Mon, 1 Jun 2020 19:25:26 +0200 Subject: [PATCH] workflows/test: remove leftover references to matrix variables. we only run the tests in a single constellation and no longer use a matrix build. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 479f6b5..fdca911 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ on: jobs: build: - name: Build ${{ matrix.platform }}/${{ matrix.arch }} + name: Build runs-on: ubuntu-latest steps: - uses: actions/setup-go@v2