From d7284018c353ae0ed439c44fd34c42e9e0348c3d Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Mon, 7 Sep 2026 10:01:39 -0400 Subject: [PATCH] Add 32-bit Core CI lane via test_groups.toml Opt into SciML/.github arch=x86 testing with a matrix-only Core alias. --- test/test_groups.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/test_groups.toml b/test/test_groups.toml index 2b45cf19..5d8a367a 100644 --- a/test/test_groups.toml +++ b/test/test_groups.toml @@ -1,5 +1,11 @@ [Core] versions = ["1", "lts", "pre"] +["Core 32-bit"] +group = "Core" +versions = ["1"] +os = ["ubuntu-latest"] +arch = "x86" + [QA] versions = ["lts", "1"]