summaryrefslogtreecommitdiff
path: root/.github/workflows/build_arm.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build_arm.yml')
-rw-r--r--.github/workflows/build_arm.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml
index 12e6615ea..14c6d519c 100644
--- a/.github/workflows/build_arm.yml
+++ b/.github/workflows/build_arm.yml
@@ -35,14 +35,7 @@ jobs:
matrix:
family:
# Alphabetical order
- - 'broadcom_32bit'
- - 'kinetis_k32l2'
- - 'lpc11 lpc13 lpc15'
- - 'lpc51'
- - 'mm32 msp432e4'
- - 'samd11 same5x saml2x'
- - 'stm32l0 stm32wb'
- - 'tm4c123 xmc4000'
+ - 'mm32'
steps:
- name: Setup Python
uses: actions/setup-python@v5