From 2efd2d4970f9a924ed08d62c5ff6ae13b3be9240 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 4 Jul 2026 19:25:39 +0100 Subject: [PATCH] Enable macOS regress. --- .github/workflows/regress.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/regress.yml b/.github/workflows/regress.yml index 4d064623d..b40105d01 100644 --- a/.github/workflows/regress.yml +++ b/.github/workflows/regress.yml @@ -26,14 +26,14 @@ 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: macos-26-arm64 - # runner: macos-26 - # make: gmake - # configure: --enable-utf8proc + - 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 + configure: --enable-utf8proc steps: - name: checkout