From 17d77ef5bb091ac2cca6827b24f694cfede798eb Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Mon, 6 Oct 2025 15:12:23 +0200 Subject: [PATCH] Disable multi-arch CI job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6eedc29..1765253 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,7 @@ jobs: with: exclude_cxxstd: '98,03,0x,2c,26' enable_pr_coverage: false + enable_multiarch: false # Example of customization: # with: # enable_reflection: true