Skip to content

Commit cb97fc3

Browse files
committed
Try specifying ubuntu version
1 parent e92fecc commit cb97fc3

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414
timeout-minutes: 10
1515
steps:
1616
- uses: actions/checkout@v2
@@ -25,10 +25,7 @@ jobs:
2525
2626
- run: npm ci
2727
- run: npm run build
28-
- run: npm run ss:generate:index
29-
- run: npm run ss:apply:index
30-
- run: npm run o:js
31-
- run: npm run o:css
28+
- run: npm run opt
3229
- uses: peaceiris/[email protected]
3330
with:
3431
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
lint:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-20.04
99
timeout-minutes: 10
1010
steps:
1111
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)