diff --git a/.github/workflows/regress.yml b/.github/workflows/regress.yml index b40105d01..0b42dd688 100644 --- a/.github/workflows/regress.yml +++ b/.github/workflows/regress.yml @@ -26,10 +26,10 @@ jobs: runner: ubuntu-24.04 make: make configure: --enable-utf8proc --enable-asan - - name: ubuntu-24.04-arm64 - runner: ubuntu-24.04-arm - make: make - configure: --enable-utf8proc --enable-asan + #- name: ubuntu-24.04-arm64 + # runner: ubuntu-24.04-arm + # make: make + # configure: --enable-utf8proc --enable-asan - name: macos-26-arm64 runner: macos-26 make: gmake