From 0f5e7d5887ffccdf0de879d8b422d8b1a53641a7 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Tue, 7 Jul 2020 20:58:23 -0300 Subject: [PATCH] fix(workflow) runs on --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 89f4f80..839555e 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -8,7 +8,7 @@ jobs: matrix: platform: [ubuntu-latest, macos-latest, windows-latest] - runs-on: matrix.platform + runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v1 - run: |