gha: reduce matrix
This commit is contained in:
parent
2012d01829
commit
0f4dcf161b
1 changed files with 6 additions and 3 deletions
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
|
@ -44,9 +44,12 @@ jobs:
|
||||||
needs: test
|
needs: test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ['ubuntu-18.04', 'macOS-10.14', 'windows-2019']
|
# os: ['ubuntu-18.04', 'macOS-10.14', 'windows-2019']
|
||||||
hugo-version: ['latest', '0.57.2']
|
# hugo-version: ['latest', '0.57.2']
|
||||||
extended: [true, false]
|
# extended: [true, false]
|
||||||
|
os: ['ubuntu-18.04']
|
||||||
|
hugo-version: ['latest']
|
||||||
|
extended: [true]
|
||||||
# exclude:
|
# exclude:
|
||||||
# - os: 'macOS-10.14'
|
# - os: 'macOS-10.14'
|
||||||
# hugo-version: 'latest'
|
# hugo-version: 'latest'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue