From: Yann Collet Date: Thu, 28 Sep 2023 04:18:20 +0000 (-0700) Subject: fix x32 tests on Github CI X-Git-Tag: v1.5.6^2~117^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c17e0564689060d14dfc522497787364bc8f0e4;p=thirdparty%2Fzstd.git fix x32 tests on Github CI ubuntu-22.04 seems to have problems with x32 recently switching to ubuntu-20.04 which seems to work fine so far https://github.com/actions/runner-images/issues/8397 --- diff --git a/.github/workflows/dev-short-tests.yml b/.github/workflows/dev-short-tests.yml index fd0ed79db..2da03e98a 100644 --- a/.github/workflows/dev-short-tests.yml +++ b/.github/workflows/dev-short-tests.yml @@ -38,7 +38,7 @@ jobs: CFLAGS="-m32 -O1 -fstack-protector" make check V=1 check-x32: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 # ubuntu-latest == ubuntu-22.04 have issues currently with x32 steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v3 - name: make check on x32 ABI # https://en.wikipedia.org/wiki/X32_ABI