Skip to content

Commit fec54a7

Browse files
committed
2 parents 74d8431 + a8fcd5b commit fec54a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# This workflow contains a single job called "build"
2323
build:
2424
# The type of runner that the job will run on
25-
runs-on: macos-latest
25+
runs-on: ubuntu-latest
2626

2727
# Steps represent a sequence of home that will be executed as part of the job
2828
steps:
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Hugo
4444
uses: peaceiris/actions-hugo@v2
4545
with:
46-
hugo-version: '0.97.3'
46+
hugo-version: '0.135.0'
4747
extended: true
4848
- name: Install Dependicies1
4949
run: npm install -D --save autoprefixer

0 commit comments

Comments
 (0)