mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-24 10:47:28 +01:00
gha: update to macos-latest
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -53,14 +53,14 @@ jobs:
|
||||
needs: test
|
||||
strategy:
|
||||
matrix:
|
||||
os: ['ubuntu-18.04', 'macOS-10.14', 'windows-2019']
|
||||
os: ['ubuntu-18.04', 'macOS-latest', 'windows-latest']
|
||||
hugo-version: ['latest', '0.57.2']
|
||||
extended: [true, false]
|
||||
# exclude:
|
||||
# - os: 'macOS-10.14'
|
||||
# - os: 'macOS-latest'
|
||||
# hugo-version: 'latest'
|
||||
# extended: false
|
||||
# - os: 'windows-2019'
|
||||
# - os: 'windows-latest'
|
||||
# hugo-version: 'latest'
|
||||
# extended: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user