mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ci: Remove rednudant declaration of runs-on
This commit is contained in:
parent
cbdd7afea4
commit
6cf3352b5d
1 changed files with 1 additions and 2 deletions
3
.github/workflows/tests.yaml
vendored
3
.github/workflows/tests.yaml
vendored
|
@ -2,7 +2,6 @@ name: tests
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -43,8 +42,8 @@ jobs:
|
||||||
- name: "Mac OS X 10.13"
|
- name: "Mac OS X 10.13"
|
||||||
runner: macos-latest
|
runner: macos-latest
|
||||||
dockerfile: osx
|
dockerfile: osx
|
||||||
continue-on-error: ${{ matrix.continue-on-error == true }}
|
|
||||||
runs-on: ${{ matrix.runner }}
|
runs-on: ${{ matrix.runner }}
|
||||||
|
continue-on-error: ${{ matrix.continue-on-error == true }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build ${{ matrix.name }}
|
- name: Build ${{ matrix.name }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue