diff --git a/.github/workflows/archs.yml b/.github/workflows/archs.yml index 7557169..0c18338 100644 --- a/.github/workflows/archs.yml +++ b/.github/workflows/archs.yml @@ -19,13 +19,13 @@ jobs: #test/check_nginx.c:102:E:core:test_request_context:0: (after this point) Test timeout expired #test/check_nginx.c:114:E:core:test_nginx_http_response_set:0: (after this point) Received signal 11 (Segmentation fault) - arch: armv7 - distro: ubuntu-latest + distro: ubuntu_latest - arch: aarch64 - distro: ubuntu-latest + distro: ubuntu_latest - arch: ppc64le - distro: ubuntu-latest + distro: ubuntu_latest - arch: s390x - distro: ubuntu-latest + distro: ubuntu_latest steps: - uses: actions/checkout@v3