Skip to content

Commit

Permalink
actions: see if ubuntu-22.04 works better wrt. memcache on archs
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Jun 2, 2024
1 parent f433a86 commit 8de5f9c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/archs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: ${{ matrix.arch }}

strategy:
Expand All @@ -19,13 +19,13 @@ jobs:
#test/check_nginx.c:106:E:core:test_request_context:0: (after this point) Received signal 11 (Segmentation fault)
#test/check_nginx.c:118:E:core:test_nginx_http_response_set:0: (after this point) Received signal 11 (Segmentation fault)
# - arch: armv7
# distro: ubuntu_latest
# distro: ubuntu22.04
- arch: aarch64
distro: ubuntu_latest
# - arch: ppc64le
# distro: ubuntu_latest
# - arch: s390x
# distro: ubuntu_latest
distro: ubuntu22.04
- arch: ppc64le
distro: ubuntu22.04
- arch: s390x
distro: ubuntu22.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8de5f9c

Please sign in to comment.