From 6e9574c715a59c52d8cbcfe59bb50c2940800477 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 4 Jul 2026 19:40:28 +0100 Subject: [PATCH] Linux arm64 fails. --- .github/workflows/regress.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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