summaryrefslogtreecommitdiff
path: root/.github/workflows/ci_set_matrix.py
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-10-15 10:00:14 +0700
committerhathach <[email protected]>2025-10-15 10:00:14 +0700
commitce2dab7fb3a2572fd63e8fdf6682d95d41f59116 (patch)
tree7e1feac0c0953ba510bac2a68e4c86075bd1dbfa /.github/workflows/ci_set_matrix.py
parent4efb17130b96cb213cad79121397c7fb1b78c202 (diff)
more warning fix
Diffstat (limited to '.github/workflows/ci_set_matrix.py')
-rwxr-xr-x.github/workflows/ci_set_matrix.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py
index e53998c66..46108a847 100755
--- a/.github/workflows/ci_set_matrix.py
+++ b/.github/workflows/ci_set_matrix.py
@@ -34,8 +34,7 @@ family_list = {
"ra": ["arm-gcc"],
"rp2040": ["arm-gcc"],
"rx": ["rx-gcc"],
- "samd11 saml2x": ["arm-gcc", "arm-clang"],
- "samd21": ["arm-gcc", "arm-clang"],
+ "samd11 samd2x_l2x": ["arm-gcc", "arm-clang"],
"samd5x_e5x samg": ["arm-gcc", "arm-clang"],
"stm32c0 stm32f0 stm32f1 stm32f2 stm32f3": ["arm-gcc", "arm-clang", "arm-iar"],
"stm32f4": ["arm-gcc", "arm-clang", "arm-iar"],