From 3d58e04c93c17af60c6852531aeb6d85a5975d09 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 1 Jul 2026 19:05:24 +0100 Subject: [PATCH] no point in having stuff i cannot test --- .github/workflows/regress.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/regress.yml b/.github/workflows/regress.yml index a49ac3f23..883ee720e 100644 --- a/.github/workflows/regress.yml +++ b/.github/workflows/regress.yml @@ -25,12 +25,12 @@ jobs: - name: ubuntu-24.04-x64 runner: ubuntu-24.04 make: make - - name: ubuntu-24.04-arm64 - runner: ubuntu-24.04-arm - make: make - - name: macos-26-arm64 - runner: macos-26 - make: gmake + # - name: ubuntu-24.04-arm64 + # runner: ubuntu-24.04-arm + # make: make + # - name: macos-26-arm64 + # runner: macos-26 + # make: gmake steps: - name: checkout