From 6cf3352b5de9c7cdf1ee33d4bda60dd0dcb6797a Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Mon, 28 Dec 2020 19:23:09 -0500 Subject: [PATCH] ci: Remove rednudant declaration of runs-on --- .github/workflows/tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a8c056608..7bf705fef 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -2,7 +2,6 @@ name: tests on: [push, pull_request] jobs: tests: - runs-on: ubuntu-latest strategy: fail-fast: false matrix: @@ -43,8 +42,8 @@ jobs: - name: "Mac OS X 10.13" runner: macos-latest dockerfile: osx - continue-on-error: ${{ matrix.continue-on-error == true }} runs-on: ${{ matrix.runner }} + continue-on-error: ${{ matrix.continue-on-error == true }} steps: - uses: actions/checkout@v2 - name: Build ${{ matrix.name }}