Skip to content

Commit 108a496

Browse files
yamtxiaoxiang781216
authored andcommitted
Remove the most of arm from the list for macOS
To save the CI resources. I left arm-13 as it used to have macOS-specific build issues. apache/nuttx-apps#156
1 parent 48ef2e9 commit 108a496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
strategy:
7373
matrix:
74-
boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07, arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, mips-riscv-x86-xtensa, sim]
74+
boards: [arm-13, mips-riscv-x86-xtensa, sim]
7575

7676
steps:
7777
- name: Checkout nuttx repo

0 commit comments

Comments
 (0)