Skip to content

Commit 30ccfe0

Browse files
committed
more cmake less make
1 parent 9b2b4ce commit 30ccfe0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build_arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
family:
3535
# Alphabetical order
3636
- 'broadcom_32bit'
37-
- 'kinetis_k32l2 kinetis_kl'
37+
- 'kinetis_k32l2'
3838
- 'lpc11 lpc13 lpc15 lpc17'
39-
- 'lpc51 lpc54 lpc55'
39+
- 'lpc51 lpc54'
4040
- 'mm32 msp432e4'
4141
- 'nrf'
4242
- 'ra'

.github/workflows/cmake_arm.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333
matrix:
3434
family:
3535
# Alphabetical order
36+
- 'imxrt'
37+
- 'kinetis_kl'
3638
- 'lpc18'
39+
- 'lpc55'
3740
- 'mcx'
38-
- 'imxrt'
3941
- 'rp2040'
4042
- 'stm32f0'
4143
- 'stm32f1'

0 commit comments

Comments
 (0)