Skip to content

Commit 5f74740

Browse files
committed
update ci for test of PRs
1 parent c4a80a4 commit 5f74740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-pull_requests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1111
jobs:
1212
build:
13-
runs-on: ubuntu-18.04
13+
runs-on: ubuntu-20.04
1414

1515
steps:
1616
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Hugo
2323
uses: peaceiris/actions-hugo@v2
2424
with:
25-
hugo-version: '0.75.1'
25+
hugo-version: '0.91.2'
2626
extended: true
2727

2828
- name: Hugo Version

0 commit comments

Comments
 (0)