You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/04/19 16:30:26 UTC

[incubator-nuttx-apps] branch master updated: build.yaml: Change arm-11 to arm-12

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-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 68ed2a2  build.yaml: Change arm-11 to arm-12
68ed2a2 is described below

commit 68ed2a2afcb7100e4adf20bf6a6c064bccc49f29
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sun Apr 19 21:38:01 2020 +0800

    build.yaml: Change arm-11 to arm-12
    
    since arm-12 finish more quickly than arm-11
    
    Signed-off-by: Xiang Xiao <xi...@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 3395d45..625ca99 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
 
     strategy:
       matrix:
-        boards: [arm-11, mips-riscv-x86-xtensa, sim]
+        boards: [arm-12, mips-riscv-x86-xtensa, sim]
 
     steps:
     - name: Checkout nuttx repo