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:31:21 UTC

[incubator-nuttx] 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.git


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

commit af31fd45ae3807566ef3d45e503a78ae0d080523
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sun Apr 19 21:34:53 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