This is an automated email from the ASF dual-hosted git repository. liuhaitao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git
The following commit(s) were added to refs/heads/master by this push: new 0625bdf CI: build arm-11 instead of arm-13 for macOS 0625bdf is described below commit 0625bdfeb1c6852f6f6ff0f334483dc3a5940522 Author: YAMAMOTO Takashi <yamam...@midokura.com> AuthorDate: Tue Apr 14 17:05:51 2020 +0900 CI: build arm-11 instead of arm-13 for macOS Sync with https://github.com/apache/incubator-nuttx-apps/pull/173 --- .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 9349758..82532fb 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