diff --git a/.github/workflows/test_set_2.yml b/.github/workflows/test_set_2.yml index 30e74f8..b7fc0eb 100644 --- a/.github/workflows/test_set_2.yml +++ b/.github/workflows/test_set_2.yml @@ -17,7 +17,7 @@ jobs: if: github.repository_owner == 'hwdsl2' strategy: matrix: - os_version: ["ubuntu:20.04", "ubuntu:18.04", "debian:11", "debian:10", "debian:9", "alpine:3.14", "alpine:3.15"] + os_version: ["ubuntu:22.04", "ubuntu:20.04", "ubuntu:18.04", "debian:11", "debian:10", "debian:9", "alpine:3.14", "alpine:3.15"] fail-fast: false container: image: ${{ matrix.os_version }} @@ -84,7 +84,11 @@ jobs: apt-get -yqq update apt-get -yqq dist-upgrade apt-get -yqq install wget rsyslog - service rsyslog start + if grep -qs bookworm /etc/debian_version; then + rsyslogd + else + service rsyslog start + fi fi cp -f "$GITHUB_WORKSPACE"/vpnsetup.sh .