This is an automated email from the ASF dual-hosted git repository. yamamoto pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push: new fdb35a9 CI: build arm-11 instead of arm-13 for macOS new f58d607 Merge pull request #173 from xiaoxiang781216/ci-macos fdb35a9 is described below commit fdb35a9a358f55c5396c3821e7eba3a79b66c423 Author: Xiang Xiao <xiaoxi...@xiaomi.com> AuthorDate: Tue Apr 14 01:37:02 2020 +0800 CI: build arm-11 instead of arm-13 for macOS to reduce the building time from ~50m to ~30m Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> --- .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 71957fa..431b143 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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