mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-24 10:47:28 +01:00
gha: Remove matrix exclude
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -60,13 +60,6 @@ jobs:
|
||||
os: ['ubuntu-18.04', 'macos-latest', 'windows-latest']
|
||||
hugo-version: ['latest', '0.57.2']
|
||||
extended: [true, false]
|
||||
exclude:
|
||||
- os: 'macos-latest'
|
||||
hugo-version: 'latest'
|
||||
extended: false
|
||||
- os: 'windows-latest'
|
||||
hugo-version: 'latest'
|
||||
extended: false
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
Reference in New Issue
Block a user