summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-06-24 23:36:52 +0700
committerhathach <[email protected]>2023-06-24 23:36:52 +0700
commit30ccfe083216f5219bfa8e85e0a0a26547a2655c (patch)
tree334e8553b0698ffa022c9d714eafc3e1e138f12a /.github/workflows
parent9b2b4ce647812150ba03cc29a196ce10564a2c73 (diff)
more cmake less make
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_arm.yml4
-rw-r--r--.github/workflows/cmake_arm.yml4
2 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml
index 94721004c..b7e6890f9 100644
--- a/.github/workflows/build_arm.yml
+++ b/.github/workflows/build_arm.yml
@@ -34,9 +34,9 @@ jobs:
family:
# Alphabetical order
- 'broadcom_32bit'
- - 'kinetis_k32l2 kinetis_kl'
+ - 'kinetis_k32l2'
- 'lpc11 lpc13 lpc15 lpc17'
- - 'lpc51 lpc54 lpc55'
+ - 'lpc51 lpc54'
- 'mm32 msp432e4'
- 'nrf'
- 'ra'
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml
index ec2f977b6..6d7977de8 100644
--- a/.github/workflows/cmake_arm.yml
+++ b/.github/workflows/cmake_arm.yml
@@ -33,9 +33,11 @@ jobs:
matrix:
family:
# Alphabetical order
+ - 'imxrt'
+ - 'kinetis_kl'
- 'lpc18'
+ - 'lpc55'
- 'mcx'
- - 'imxrt'
- 'rp2040'
- 'stm32f0'
- 'stm32f1'