gha: Add testing for macOS-10.14
This commit is contained in:
parent
86eb62d73e
commit
3ead6a3f51
1 changed files with 6 additions and 5 deletions
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
|
|
@ -23,14 +23,15 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
test-prod:
|
test-prod:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ${{ matrix.os }}
|
||||||
needs: test
|
needs: test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# hugo-version: ['latest']
|
os: ['ubuntu-18.04', 'macOS-10.14']
|
||||||
# extended: [true]
|
hugo-version: ['latest']
|
||||||
hugo-version: ['latest', '0.58.2']
|
extended: [true]
|
||||||
extended: [true, false]
|
# hugo-version: ['latest', '0.58.2']
|
||||||
|
# extended: [true, false]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue