Skip to content

Commit 1859ef7

Browse files
authored
Update staging.yml
1 parent 62e08b6 commit 1859ef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/staging.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 conversion that will be executed as part of the job
2828
steps:
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Hugo
4545
uses: peaceiris/actions-hugo@v2
4646
with:
47-
hugo-version: '0.97.3'
47+
hugo-version: 'latest'
4848
extended: true
4949
- name: Install Dependicies1
5050
run: npm install -D --save autoprefixer

0 commit comments

Comments
 (0)