CI: build arm-11 instead of arm-13 for macOS

to reduce the building time from ~50m to ~30m

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2020-04-14 01:37:02 +08:00
parent 58085e5983
commit fdb35a9a35

View File

@ -71,7 +71,7 @@ jobs:
strategy:
matrix:
boards: [arm-13, mips-riscv-x86-xtensa, sim]
boards: [arm-11, mips-riscv-x86-xtensa, sim]
steps:
- name: Checkout nuttx repo