Update workflow to ubuntu-latest
This commit is contained in:
parent
817d096e43
commit
73ed73a26a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -4,7 +4,7 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
hugo:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
|
|
Loading…
Reference in a new issue