Skip to content

Commit

Permalink
gha: reduce matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Oct 8, 2019
1 parent 2012d01 commit 0f4dcf1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,12 @@ jobs:
needs: test
strategy:
matrix:
os: ['ubuntu-18.04', 'macOS-10.14', 'windows-2019']
hugo-version: ['latest', '0.57.2']
extended: [true, false]
# os: ['ubuntu-18.04', 'macOS-10.14', 'windows-2019']
# hugo-version: ['latest', '0.57.2']
# extended: [true, false]
os: ['ubuntu-18.04']
hugo-version: ['latest']
extended: [true]
# exclude:
# - os: 'macOS-10.14'
# hugo-version: 'latest'
Expand Down

0 comments on commit 0f4dcf1

Please sign in to comment.