Skip to content

Commit

Permalink
ci: use rocky linux 8.6 instead of centos (v2fly#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
IceCodeNew authored Jan 17, 2023
1 parent a9c7b8d commit c8bc8dd
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 @@ -35,11 +35,11 @@ jobs:
sudo bash install-release.sh
sudo bash install-release.sh --check
sudo bash install-dat-release.sh
- name: Filed-test on CentOS
uses: docker://centos:centos8.1.1911
- name: Filed-test on Rocky Linux 8.6
uses: docker://rockylinux:8.6-minimal
with:
args: bash install-release.sh
- name: Filed-test on OpenSUSE
- name: Filed-test on OpenSUSE 42.1
uses: docker://opensuse/archive:42.1
with:
args: bash install-release.sh
Expand Down

0 comments on commit c8bc8dd

Please sign in to comment.