Skip to content

Commit

Permalink
Github archs action: ubuntu-latest must be ubuntu_latest
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Mar 3, 2023
1 parent d86b913 commit 19194ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/archs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19194ca

Please sign in to comment.