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/23 23:04:44 UTC

[incubator-nuttx] 04/05: 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 releases/9.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit ac880be495e524cefc21090e816967fb0c6196d3
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