This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git
commit 108a4964644b3b10ac12693b564103d8f725ee72 Author: YAMAMOTO Takashi <[email protected]> AuthorDate: Thu Apr 9 13:04:49 2020 +0900 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 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ jobs: 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
