From a9256d47584acf95ba4126f72b69d1f9017d82c5 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 25 Sep 2023 11:28:44 -0400 Subject: [PATCH] CI: Disable m32 runs --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46752f44c..2ef21b11c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,8 @@ jobs: compiler: - { cc: clang, cxx: clang++ } - { cc: gcc, cxx: g++ } - m32: [0, 1] + # m32 1 is deprecated, not here to speed up regressions + m32: [0] exclude: # Build pull requests only with ubuntu-22.04 and without m32 # - os: ${{ github.event_name == 'pull_request' && 'ubuntu-18.04' || 'do-not-exclude' }}