Skip to content

Commit

Permalink
Fix GitHub Action
Browse files Browse the repository at this point in the history
Signed-off-by: IceCodeNew <[email protected]>
  • Loading branch information
IceCodeNew committed Oct 18, 2021
1 parent 53462ac commit adf2229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sh-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- develop
jobs:
sh-checker:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Run the sh-checker
Expand All @@ -26,11 +26,11 @@ jobs:
sh_checker_comment: true
sh_checker_exclude: "LICENSE README.md README.zh-Hans-CN.md"
filed-test:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Filed-test on Ubuntu 16.04
- name: Filed-test on Ubuntu 18.04
run: |
sudo bash install-release.sh
sudo bash install-release.sh --check
Expand Down

0 comments on commit adf2229

Please sign in to comment.