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.
https://github.com/apache/incubator-nuttx-apps/pull/156
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 63522f7..71957fa 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -71,7 +71,7 @@
 
     strategy:
       matrix:
-        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]
+        boards: [arm-13, mips-riscv-x86-xtensa, sim]
 
     steps:
     - name: Checkout nuttx repo