summaryrefslogtreecommitdiff
path: root/.github/workflows/ci_set_matrix.py
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-03-14 00:11:45 +0700
committerhathach <[email protected]>2026-03-14 00:11:45 +0700
commit36400d108fc3d5aad754305d2667456321ad3412 (patch)
tree623141f22863b6e03c301232a9977ebf0589874c /.github/workflows/ci_set_matrix.py
parente2ead60107ce2e1324c7578fcee98efb8f0c5975 (diff)
migrate kinetis_k32l build system to new mcux-devices paths
Diffstat (limited to '.github/workflows/ci_set_matrix.py')
-rwxr-xr-x.github/workflows/ci_set_matrix.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py
index 1ea5199cf..98d15c8f9 100755
--- a/.github/workflows/ci_set_matrix.py
+++ b/.github/workflows/ci_set_matrix.py
@@ -35,9 +35,9 @@ family_list = {
"gd32vf103": ["riscv-gcc"],
"hpmicro": ["riscv-gcc"],
"imxrt": ["arm-gcc", "arm-clang"],
- "kinetis_k": ["arm-gcc", "arm-clang"],
- "kinetis_k32l": ["arm-gcc", "arm-clang"],
- "kinetis_kl": ["arm-gcc", "arm-clang"],
+ "kinetis_k": ["arm-gcc"],
+ "kinetis_k32l": ["arm-gcc"],
+ "kinetis_kl": ["arm-gcc"],
"lpc11": ["arm-gcc", "arm-clang"],
"lpc13": ["arm-gcc", "arm-clang"],
"lpc15": ["arm-gcc", "arm-clang"],