Skip to content

Commit

Permalink
Test script in Ubuntu 16.04
Browse files Browse the repository at this point in the history
so as to be compatible with Linux distros released in last 4 yrs.
  • Loading branch information
IceCodeNew committed Oct 13, 2020
1 parent 994690f commit c394655
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-latest
runs-on: ubuntu-16.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-latest
runs-on: ubuntu-16.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Filed-test on Ubuntu
- name: Filed-test on Ubuntu 16.04
run: |
sudo bash install-release.sh
sudo bash install-release.sh --check
Expand Down

0 comments on commit c394655

Please sign in to comment.