Use CentOS 8.

pull/148/head
IceCodeNew 2020-09-25 00:08:34 +08:00 committed by GitHub
parent 0ec3fa5772
commit d285ea1134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -26,16 +26,10 @@ jobs:
sh_checker_exclude: "LICENSE README.md README.zh-Hans-CN.md" sh_checker_exclude: "LICENSE README.md README.zh-Hans-CN.md"
filed-test: filed-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
# container:
# image: centos:centos7.0.1406
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
# - name: What OS is running
# run: uname -a
- name: Run the filed-test - name: Run the filed-test
uses: docker://centos:centos7.0.1406 uses: docker://centos:centos8.1.1911
with: with:
args: bash install-release.sh args: bash install-release.sh
# run: |
# sudo bash install-release.sh