ci: Remove rednudant declaration of runs-on

This commit is contained in:
Tomas Babej 2020-12-28 19:23:09 -05:00
parent cbdd7afea4
commit 6cf3352b5d
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -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 }}